Searched defs:ArgLocs (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc554 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
598 FlushIns(ArgLocs, rl_method);
/art/compiler/dex/quick/
H A Dgen_invoke.cc234 * ArgLocs is an array of location records describing the incoming arguments
237 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
276 RegLocation* t_loc = &ArgLocs[i];
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc321 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
359 FlushIns(ArgLocs, rl_method);
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc215 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
250 FlushIns(ArgLocs, rl_method);

Completed in 206 milliseconds