Searched refs:rl_method (Results 1 - 13 of 13) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_loadstore.cc355 RegLocation rl_method = mir_graph_->GetMethodLoc(); local
356 if (rl_method.location == kLocPhysReg) {
357 DCHECK(!IsTemp(rl_method.reg));
358 return rl_method.reg;
H A Dgen_invoke.cc399 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
405 RegLocation rl_src = rl_method;
411 DCHECK(rl_method.wide);
412 StoreValueWide(rl_method, rl_src);
414 StoreValue(rl_method, rl_src);
417 if (rl_method.location == kLocPhysReg) {
H A Dmir_to_lir.h916 virtual void FlushIns(RegLocation* ArgLocs, RegLocation rl_method);
1340 virtual void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) = 0;
H A Dgen_common.cc1090 RegLocation rl_method = LoadCurrMethod(); local
1092 LoadRefDisp(rl_method.reg, ArtMethod::DeclaringClassOffset().Int32Value(), res_reg,
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc152 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
239 FlushIns(ArgLocs, rl_method);
H A Dcodegen_x86.h263 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
H A Dint_x86.cc3035 RegLocation rl_method = mir_graph_->GetMethodLoc(); local
3040 if (rl_method.location == kLocPhysReg) {
3042 LoadRefDisp(rl_method.reg, ArtMethod::DeclaringClassOffset().Int32Value(),
3045 LoadRefDisp(rl_method.reg, ArtMethod::DexCacheResolvedTypesOffset().Int32Value(),
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc290 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
391 FlushIns(ArgLocs, rl_method);
H A Dcodegen_arm64.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc248 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
352 FlushIns(ArgLocs, rl_method);
H A Dcodegen_mips.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc367 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
512 FlushIns(ArgLocs, rl_method);
H A Dcodegen_arm.h172 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);

Completed in 531 milliseconds