Searched refs:length_loc (Results 1 – 4 of 4) sorted by relevance
207 Location length_loc = locations->InAt(1); in EmitNativeCode() local215 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1)); in EmitNativeCode()217 if (length_loc.Equals(locations->InAt(0))) { in EmitNativeCode()219 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2)); in EmitNativeCode()221 __ movl(length_loc.AsRegister<CpuRegister>(), array_len); in EmitNativeCode()223 __ shrl(length_loc.AsRegister<CpuRegister>(), Immediate(1)); in EmitNativeCode()233 length_loc, in EmitNativeCode()5772 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local5776 if (length_loc.IsConstant()) { in VisitBoundsCheck()5777 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()[all …]
161 Location length_loc = locations->InAt(1); in EmitNativeCode() local169 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(1)); in EmitNativeCode()171 if (length_loc.Equals(locations->InAt(0))) { in EmitNativeCode()173 length_loc = Location::RegisterLocation(calling_convention.GetRegisterAt(2)); in EmitNativeCode()175 __ movl(length_loc.AsRegister<Register>(), array_len); in EmitNativeCode()177 __ shrl(length_loc.AsRegister<Register>(), Immediate(1)); in EmitNativeCode()184 length_loc, in EmitNativeCode()6639 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local6643 if (length_loc.IsConstant()) { in VisitBoundsCheck()6644 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()[all …]
6993 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local6995 if (length_loc.IsConstant()) { in VisitBoundsCheck()6996 int32_t length = Int32ConstantFrom(length_loc); in VisitBoundsCheck()7020 __ Cmp(RegisterFrom(length_loc), InputOperandAt(instruction, 0)); in VisitBoundsCheck()
2862 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local2870 if (length_loc.IsConstant()) { in VisitBoundsCheck()2871 int64_t length = Int64FromLocation(length_loc); in VisitBoundsCheck()