Lines Matching refs:dest_pos
2396 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant(); in VisitSystemArrayCopy() local
2400 (dest_pos != nullptr && dest_pos->GetValue() < 0)) { in VisitSystemArrayCopy()
2418 if (src_pos != nullptr && dest_pos != nullptr && src_pos->GetValue() < dest_pos->GetValue()) { in VisitSystemArrayCopy()
2473 Location dest_pos = locations->InAt(3); in VisitSystemArrayCopy() local
2491 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
2492 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
2502 || (src_pos_constant >= dest_pos.GetConstant()->AsIntConstant()->GetValue())); in VisitSystemArrayCopy()
2508 __ Cmp(WRegisterFrom(dest_pos), src_pos_constant); in VisitSystemArrayCopy()
2517 OperandFrom(dest_pos, invoke->InputAt(3)->GetType())); in VisitSystemArrayCopy()
2554 dest_pos, in VisitSystemArrayCopy()
2850 dest_pos, in VisitSystemArrayCopy()
2888 dest_pos, in VisitSystemArrayCopy()