Searched refs:temp1_loc (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 1927 Location temp1_loc = locations->GetTemp(0); in VisitSystemArrayCopy() local 1928 vixl32::Register temp1 = RegisterFrom(temp1_loc); in VisitSystemArrayCopy() 2029 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check= */ false); in VisitSystemArrayCopy() 2033 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check= */ false); in VisitSystemArrayCopy() 2045 invoke, temp1_loc, dest, class_offset, temp2_loc, /* needs_null_check= */ false); in VisitSystemArrayCopy() 2080 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check= */ false); in VisitSystemArrayCopy() 2159 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check= */ false); in VisitSystemArrayCopy()
|