Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h220 Location ToLow() const { in ToLow() function
308 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
320 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
Dregister_allocation_resolver.cc255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters()
518 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction); in AddMove()
Dregister_allocator_linear_scan.cc295 BlockRegister(input.ToLow(), position, position + 1); in ProcessInstruction()
368 BlockRegister(output.ToLow(), position, position + 1); in ProcessInstruction()
Dregister_allocator_graph_color.cc886 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs()
888 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs()
914 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()