Home | History | Annotate | Download | only in optimizing

Lines Matching defs:dest_pos

1949   HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant();
1953 (dest_pos != nullptr && dest_pos->GetValue() < 0)) {
1971 if (src_pos != nullptr && dest_pos != nullptr && src_pos->GetValue() < dest_pos->GetValue()) {
1986 // arraycopy(Object src, int src_pos, Object dest, int dest_pos, int length).
2009 Location dest_pos = locations->InAt(3);
2024 if (dest_pos.IsConstant()) {
2025 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
2035 || (src_pos_constant >= dest_pos.GetConstant()->AsIntConstant()->GetValue()));
2041 __ Cmp(WRegisterFrom(dest_pos), src_pos_constant);
2050 OperandFrom(dest_pos, invoke->InputAt(3)->GetType()));
2088 dest_pos,
2182 dest_pos,