Lines Matching refs:dest_pos
106 Location dest_pos = locations->InAt(3); in EmitNativeCode() local
152 if (dest_pos.IsConstant()) { in EmitNativeCode()
153 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in EmitNativeCode()
157 __ leal(temp3, Address(dest_pos.AsRegister<Register>(), temp1, ScaleFactor::TIMES_1, 0)); in EmitNativeCode()
1136 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant(); in VisitSystemArrayCopyChar() local
1141 + ((dest_pos != nullptr) ? 1 : 0) in VisitSystemArrayCopyChar()
1152 (dest_pos != nullptr && dest_pos->GetValue() < 0)) { in VisitSystemArrayCopyChar()
2909 Location dest_pos = locations->InAt(3); in VisitSystemArrayCopy() local
2928 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
2929 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2942 __ cmpl(dest_pos.AsRegister<Register>(), Immediate(src_pos_constant)); in VisitSystemArrayCopy()
2950 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
2951 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2955 __ cmpl(src_pos.AsRegister<Register>(), dest_pos.AsRegister<Register>()); in VisitSystemArrayCopy()
3001 dest_pos, in VisitSystemArrayCopy()
3240 GenSystemArrayCopyBaseAddress(GetAssembler(), type, dest, dest_pos, temp2); in VisitSystemArrayCopy()
3258 GenSystemArrayCopyBaseAddress(GetAssembler(), type, dest, dest_pos, temp2); in VisitSystemArrayCopy()