Searched refs:length_loc (Results 1 – 3 of 3) sorted by relevance
2891 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local2893 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()
6535 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local6537 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()
3336 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local3338 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()