Searched refs:rl_method (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 215 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 250 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_x86.h | 120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 348 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 …]
|
D | gen_invoke.cc | 237 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()
|
D | mir_to_lir.h | 467 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method); 622 RegLocation rl_method) = 0;
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 321 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 359 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_mips.h | 120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 554 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 598 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_arm.h | 119 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|