Lines Matching refs:dest_pos
757 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstantOrNull(); in CreateSystemArrayCopyLocations() local
762 + ((dest_pos != nullptr) ? 1 : 0) in CreateSystemArrayCopyLocations()
773 (dest_pos != nullptr && dest_pos->GetValue() < 0)) { in CreateSystemArrayCopyLocations()
879 Location dest_pos = locations->InAt(3); in SystemArrayCopyPrimitive() local
932 dest_pos, in SystemArrayCopyPrimitive()
945 GenArrayAddress(assembler, dest_base, dest, dest_pos, type, data_offset); in SystemArrayCopyPrimitive()
3102 Location dest_pos = locations->InAt(3); in VisitSystemArrayCopy() local
3121 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
3122 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
3135 __ cmpl(dest_pos.AsRegister<Register>(), Immediate(src_pos_constant)); in VisitSystemArrayCopy()
3144 EmitCmplJLess(assembler, src_pos_reg, dest_pos, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
3185 dest_pos, in VisitSystemArrayCopy()
3291 GenArrayAddress(assembler, temp2, dest, dest_pos, type, data_offset); in VisitSystemArrayCopy()