Searched defs:temp2_loc (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc1737 Location temp2_loc = locations->GetTemp(1); local
1738 Register temp2 = temp2_loc.AsRegister<Register>();
1836 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
1840 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
1852 invoke, temp1_loc, dest, class_offset, temp2_loc, /* needs_null_check */ false);
1864 invoke, temp2_loc, temp1, component_offset, temp3_loc, /* needs_null_check */ false);
1878 invoke, temp2_loc, src, class_offset, temp3_loc, /* needs_null_check */ false);
1887 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
1966 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
1969 invoke, temp3_loc, temp1, component_offset, temp2_loc, /* needs_null_chec
[all...]
H A Dintrinsics_arm64.cc2429 Location temp2_loc = LocationFrom(temp2); local
2576 temp2_loc,
2595 temp2_loc,
2701 temp2_loc,
H A Dintrinsics_arm_vixl.cc2115 Location temp2_loc = locations->GetTemp(1); local
2116 vixl32::Register temp2 = RegisterFrom(temp2_loc);
2214 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
2218 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
2230 invoke, temp1_loc, dest, class_offset, temp2_loc, /* needs_null_check */ false);
2242 invoke, temp2_loc, temp1, component_offset, temp3_loc, /* needs_null_check */ false);
2256 invoke, temp2_loc, src, class_offset, temp3_loc, /* needs_null_check */ false);
2265 invoke, temp1_loc, temp1, component_offset, temp2_loc, /* needs_null_check */ false);
2344 invoke, temp1_loc, src, class_offset, temp2_loc, /* needs_null_check */ false);
2347 invoke, temp3_loc, temp1, component_offset, temp2_loc, /* needs_null_chec
[all...]
H A Dintrinsics_x86.cc2982 Location temp2_loc = locations->GetTemp(1); local
2983 Register temp2 = temp2_loc.AsRegister<Register>();
3134 invoke, temp2_loc, temp1, component_offset, /* needs_null_check */ false);
3147 invoke, temp2_loc, src, class_offset, /* needs_null_check */ false);
H A Dintrinsics_x86_64.cc1187 Location temp2_loc = locations->GetTemp(1); local
1188 CpuRegister temp2 = temp2_loc.AsRegister<CpuRegister>();
1294 invoke, temp2_loc, src, class_offset, /* needs_null_check */ false);
H A Dcode_generator_arm.cc6068 Location temp2_loc = locations->GetTemp(1); local
6069 Register temp2 = temp2_loc.AsRegister<Register>();
H A Dcode_generator_arm_vixl.cc6091 Location temp2_loc = locations->GetTemp(1); local
6092 vixl32::Register temp2 = RegisterFrom(temp2_loc);

Completed in 2180 milliseconds