Home
last modified time | relevance | path

Searched defs:rl_method (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc355 RegLocation rl_method = mir_graph_->GetMethodLoc(); in LoadCurrMethodWithHint() local
Dgen_invoke.cc399 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns()
Dgen_common.cc1090 RegLocation rl_method = LoadCurrMethod(); in GenConstString() local
/art/compiler/dex/quick/x86/
Dcall_x86.cc152 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence()
Dint_x86.cc3035 RegLocation rl_method = mir_graph_->GetMethodLoc(); in GenInstanceofFinal() local
/art/compiler/dex/quick/mips/
Dcall_mips.cc248 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc290 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc367 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence()