Home
last modified time | relevance | path

Searched refs:length_loc (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc2891 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local
2893 if (length_loc.IsConstant()) { in VisitBoundsCheck()
2894 int32_t length = length_loc.GetConstant()->AsIntConstant()->GetValue(); in VisitBoundsCheck()
2922 GpuRegister length = length_loc.AsRegister<GpuRegister>(); in VisitBoundsCheck()
Dcode_generator_arm_vixl.cc6535 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local
6537 if (length_loc.IsConstant()) { in VisitBoundsCheck()
6538 int32_t length = Int32ConstantFrom(length_loc); in VisitBoundsCheck()
6562 __ Cmp(RegisterFrom(length_loc), InputOperandAt(instruction, 0)); in VisitBoundsCheck()
Dcode_generator_mips.cc3336 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local
3338 if (length_loc.IsConstant()) { in VisitBoundsCheck()
3339 int32_t length = length_loc.GetConstant()->AsIntConstant()->GetValue(); in VisitBoundsCheck()
3367 Register length = length_loc.AsRegister<Register>(); in VisitBoundsCheck()