Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h220 Location ToLow() const { in ToLow() function
321 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
333 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
Dregister_allocation_resolver.cc255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters()
517 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()
Dcode_generator_x86.cc814 index = index_.ToLow(); in EmitNativeCode()
1450 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation()
4495 loc.ToLow(), in GenerateShlLong()
4499 loc.ToLow(), in GenerateShlLong()
4563 loc.ToLow(), in GenerateUShrLong()
8622 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), DataType::Type::kInt32, nullptr); in MoveFromReturnRegister()
Dcode_generator_arm_vixl.cc838 index = index_.ToLow(); in EmitNativeCode()