Home | History | Annotate | Download | only in optimizing

Lines Matching refs:temp2_loc

2113   Location temp2_loc = locations->GetTemp(1);
2114 vixl32::Register temp2 = RegisterFrom(temp2_loc);
2212 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
2216 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
2228 invoke, temp1_loc, dest, class_offset, temp2_loc, /* needs_null_check */ false);
2240 invoke, temp2_loc, temp1, component_offset, temp3_loc, /* needs_null_check */ false);
2254 invoke, temp2_loc, src, class_offset, temp3_loc, /* needs_null_check */ false);
2263 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
2342 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
2345 invoke, temp3_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);