Lines Matching refs:dest_pos
639 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstantOrNull(); in CreateSystemArrayCopyLocations() local
643 (dest_pos != nullptr && dest_pos->GetValue() < 0)) { in CreateSystemArrayCopyLocations()
748 Location dest_pos = locations->InAt(3); in SystemArrayCopyPrimitive() local
794 dest_pos, in SystemArrayCopyPrimitive()
814 GenArrayAddress(assembler, dest_base, dest, dest_pos, type, data_offset); in SystemArrayCopyPrimitive()
896 Location dest_pos = locations->InAt(3); in VisitSystemArrayCopy() local
917 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
918 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy()
931 __ cmpl(dest_pos.AsRegister<CpuRegister>(), Immediate(src_pos_constant)); in VisitSystemArrayCopy()
940 EmitCmplJLess(assembler, src_pos_reg, dest_pos, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
981 dest_pos, in VisitSystemArrayCopy()
1089 GenArrayAddress(assembler, temp2, dest, dest_pos, type, data_offset); in VisitSystemArrayCopy()