Searched defs:ArgLocs (Results 1 - 7 of 7) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dcall_mips.cc289 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
350 FlushIns(ArgLocs, rl_method);
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc206 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
286 FlushIns(ArgLocs, rl_method);
H A Dtarget_x86.cc2464 * ArgLocs is an array of location records describing the incoming arguments
2467 void X86Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
2468 if (!cu_->target64) return Mir2Lir::FlushIns(ArgLocs, rl_method);
2508 RegLocation* t_loc = &ArgLocs[i];
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc340 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
462 FlushIns(ArgLocs, rl_method);
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc305 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
402 FlushIns(ArgLocs, rl_method);
H A Dtarget_arm64.cc908 * ArgLocs is an array of location records describing the incoming arguments
911 void Arm64Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
939 RegLocation* t_loc = &ArgLocs[i];
/art/compiler/dex/quick/
H A Dgen_invoke.cc366 * ArgLocs is an array of location records describing the incoming arguments
369 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
411 RegLocation* t_loc = &ArgLocs[i];

Completed in 80 milliseconds