Home
last modified time | relevance | path

Searched refs:ToHigh (Results 1 – 3 of 3) 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()