Searched refs:ArgLocs (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 206 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 286 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_x86.h | 233 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE; 328 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
|
D | target_x86.cc | 2467 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/ |
D | call_mips.cc | 289 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 350 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_mips.h | 115 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 305 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 402 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_arm64.h | 181 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE; 235 void FlushIns(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
|
D | target_arm64.cc | 911 void Arm64Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument 939 RegLocation* t_loc = &ArgLocs[i]; in FlushIns()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 340 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence() argument 462 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
|
D | codegen_arm.h | 116 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 929 virtual void FlushIns(RegLocation* ArgLocs, RegLocation rl_method); 1320 virtual void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) = 0;
|
D | gen_invoke.cc | 369 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() argument 411 RegLocation* t_loc = &ArgLocs[i]; in FlushIns()
|