Searched refs:length_loc (Results 1 – 4 of 4) sorted by relevance
210 Location length_loc = locations->InAt(1); in EmitNativeCode() local216 if (!length_loc.IsValid()) { in EmitNativeCode()249 length_loc, in EmitNativeCode()5992 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local5996 if (length_loc.IsConstant()) { in VisitBoundsCheck()5997 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()6044 codegen_->GenerateIntCompare(length_loc, index_loc); in VisitBoundsCheck()
159 Location length_loc = locations->InAt(1); in EmitNativeCode() local165 if (!length_loc.IsValid()) { in EmitNativeCode()204 length_loc, in EmitNativeCode()6693 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local6697 if (length_loc.IsConstant()) { in VisitBoundsCheck()6698 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()6745 codegen_->GenerateIntCompare(length_loc, index_loc); in VisitBoundsCheck()
3045 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local3053 if (length_loc.IsConstant()) { in VisitBoundsCheck()3054 int64_t length = Int64FromLocation(length_loc); in VisitBoundsCheck()
7170 Location length_loc = locations->InAt(1); in VisitBoundsCheck() local7172 if (length_loc.IsConstant()) { in VisitBoundsCheck()7173 int32_t length = Int32ConstantFrom(length_loc); in VisitBoundsCheck()7197 __ Cmp(RegisterFrom(length_loc), InputOperandAt(instruction, 0)); in VisitBoundsCheck()