Home
last modified time | relevance | path

Searched refs:temp_location (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc6165 HInvokeVirtual* invoke, Location temp_location, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
6173 GpuRegister temp = temp_location.AsRegister<GpuRegister>(); in GenerateVirtualCall()
Dcode_generator_arm_vixl.cc8772 HInvokeVirtual* invoke, Location temp_location, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
8773 vixl32::Register temp = RegisterFrom(temp_location); in GenerateVirtualCall()
Dcode_generator_mips.cc8073 HInvokeVirtual* invoke, Location temp_location, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
8081 Register temp = temp_location.AsRegister<Register>(); in GenerateVirtualCall()