Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dest_pos

941   HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant();
945 (dest_pos != nullptr && dest_pos->GetValue() < 0)) {
963 // arraycopy(Object src, int src_pos, Object dest, int dest_pos, int length).
1049 Location dest_pos = locations->InAt(3);
1086 CheckPosition(assembler, dest_pos, dest, length, slow_path, src_base, dest_base);
1109 if (dest_pos.IsConstant()) {
1110 int32_t dest_pos_const = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1113 __ leal(dest_base, Address(dest, dest_pos.AsRegister<CpuRegister>(),
1144 Location dest_pos = locations->InAt(3);
1160 if (dest_pos.IsConstant()) {
1161 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1174 __ cmpl(dest_pos.AsRegister<CpuRegister>(), Immediate(src_pos_constant));
1182 if (dest_pos.IsConstant()) {
1183 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1187 __ cmpl(src_pos.AsRegister<CpuRegister>(), dest_pos.AsRegister<CpuRegister>());
1227 dest_pos,
1320 if (dest_pos.IsConstant()) {
1321 int32_t constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1324 __ leal(temp2, Address(dest, dest_pos