Home
last modified time | relevance | path

Searched defs:ArgLocs (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc152 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { in GenEntrySequence()
/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()
/art/compiler/dex/quick/
Dgen_invoke.cc399 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns()