/art/compiler/dex/quick/x86/ |
call_x86.cc | 215 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { 250 FlushIns(ArgLocs, rl_method);
|
codegen_x86.h | 120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/ |
gen_common.cc | 347 RegLocation rl_method = LoadCurrMethod(); local 349 LoadWordDisp(rl_method.low_reg, 351 if (IsTemp(rl_method.low_reg)) { 352 FreeTemp(rl_method.low_reg); 433 RegLocation rl_method = LoadCurrMethod(); local 435 LoadWordDisp(rl_method.low_reg, 734 RegLocation rl_method = LoadCurrMethod(); local 743 type_idx, rl_method.low_reg, true); 750 LoadWordDisp(rl_method.low_reg, dex_cache_offset, res_reg); 772 rl_method.low_reg, true) 834 RegLocation rl_method = LoadCurrMethod(); local [all...] |
mir_to_lir.h | 467 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method); 622 RegLocation rl_method) = 0; [all...] |
gen_invoke.cc | 236 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { 242 RegLocation rl_src = rl_method; 247 StoreValue(rl_method, rl_src); 249 if (rl_method.location == kLocPhysReg) { [all...] |
/art/compiler/dex/quick/mips/ |
call_mips.cc | 321 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { 359 FlushIns(ArgLocs, rl_method);
|
codegen_mips.h | 120 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/arm/ |
codegen_arm.h | 119 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
call_arm.cc | 554 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { 598 FlushIns(ArgLocs, rl_method);
|