Home
last modified time | relevance | path

Searched refs:ToHigh (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h231 Location ToHigh() const { in ToHigh() function
308 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
321 DCHECK(!Contains(other.ToHigh())); in OverlapsWith()
Dregister_allocation_resolver.cc256 locations->AddLiveRegister(source.ToHigh()); in UpdateSafepointLiveRegisters()
519 move->AddMove(source.ToHigh(), destination.ToHigh(), DataType::Type::kInt32, nullptr); in AddMove()
Dregister_allocator_linear_scan.cc296 BlockRegister(input.ToHigh(), position, position + 1); in ProcessInstruction()
369 BlockRegister(output.ToHigh(), position, position + 1); in ProcessInstruction()
Dregister_allocator_graph_color.cc887 BlockRegister(input.ToHigh(), position, position + 1); in CheckForFixedInputs()
889 codegen_->AddAllocatedRegister(input.ToHigh()); in CheckForFixedInputs()
915 codegen_->AddAllocatedRegister(out.ToHigh()); in CheckForFixedOutput()