Home
last modified time | relevance | path

Searched refs:temp_in (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A Dpixelatoms.proto168 optional int32 temp_in = 5; field
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc4704 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
4711 Register temp = XRegisterFrom(temp_in); in GenerateVirtualCall()
H A Dcode_generator_x86_64.cc1140 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
1141 CpuRegister temp = temp_in.AsRegister<CpuRegister>(); in GenerateVirtualCall()
H A Dcode_generator_x86.cc5355 HInvokeVirtual* invoke, Location temp_in, SlowPathCode* slow_path) { in GenerateVirtualCall() argument
5356 Register temp = temp_in.AsRegister<Register>(); in GenerateVirtualCall()