Home
last modified time | relevance | path

Searched refs:ArgLocs (Results 1 – 12 of 12) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc206 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
286 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_x86.h233 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
328 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
Dtarget_x86.cc2467 void X86Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument
2468 if (!cu_->target64) return Mir2Lir::FlushIns(ArgLocs, rl_method); in FlushIns()
2508 RegLocation* t_loc = &ArgLocs[i]; in FlushIns()
/art/compiler/dex/quick/mips/
Dcall_mips.cc289 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
350 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_mips.h115 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc305 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
402 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_arm64.h181 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
235 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
Dtarget_arm64.cc911 void Arm64Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument
939 RegLocation* t_loc = &ArgLocs[i]; in FlushIns()
/art/compiler/dex/quick/arm/
Dcall_arm.cc340 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument
462 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
Dcodegen_arm.h116 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/
Dmir_to_lir.h929 virtual void FlushIns(RegLocation* ArgLocs, RegLocation rl_method);
1320 virtual void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) = 0;
Dgen_invoke.cc369 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument
411 RegLocation* t_loc = &ArgLocs[i]; in FlushIns()