Searched refs:ArgLocs (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcall_x86.cc152 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
239 FlushIns(ArgLocs, rl_method);
H A Dcodegen_x86.h263 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc290 void Arm64Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
391 FlushIns(ArgLocs, rl_method);
H A Dcodegen_arm64.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc248 void MipsMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
352 FlushIns(ArgLocs, rl_method);
H A Dcodegen_mips.h173 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc367 void ArmMir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) { argument
512 FlushIns(ArgLocs, rl_method);
H A Dcodegen_arm.h172 void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method);
/art/compiler/dex/quick/
H A Dmir_to_lir.h916 virtual void FlushIns(RegLocation* ArgLocs, RegLocation rl_method);
1340 virtual void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) = 0;
H A Dgen_invoke.cc395 * ArgLocs is an array of location records describing the incoming arguments
399 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { argument
444 t_loc = &ArgLocs[i];

Completed in 1211 milliseconds