Home
last modified time | relevance | path

Searched refs:rl_method (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc215 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
250 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_x86.h120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/
Dgen_common.cc348 RegLocation rl_method = LoadCurrMethod(); in GenSput() local
350 LoadWordDisp(rl_method.low_reg, in GenSput()
352 if (IsTemp(rl_method.low_reg)) { in GenSput()
353 FreeTemp(rl_method.low_reg); in GenSput()
434 RegLocation rl_method = LoadCurrMethod(); in GenSget() local
436 LoadWordDisp(rl_method.low_reg, in GenSget()
756 RegLocation rl_method = LoadCurrMethod(); in GenConstClass() local
765 type_idx, rl_method.low_reg, true); in GenConstClass()
772 LoadWordDisp(rl_method.low_reg, dex_cache_offset, res_reg); in GenConstClass()
794 rl_method.low_reg, true); in GenConstClass()
[all …]
Dgen_invoke.cc237 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument
243 RegLocation rl_src = rl_method; in FlushIns()
248 StoreValue(rl_method, rl_src); in FlushIns()
250 if (rl_method.location == kLocPhysReg) { in FlushIns()
Dmir_to_lir.h467 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method);
622 RegLocation rl_method) = 0;
/art/compiler/dex/quick/mips/
Dcall_mips.cc321 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
359 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_mips.h120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/arm/
Dcall_arm.cc554 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
598 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_arm.h119 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);