Home
last modified time | relevance | path

Searched refs:FlushIns (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc239 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
/art/compiler/dex/quick/mips/
Dcall_mips.cc352 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc391 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc512 FlushIns(ArgLocs, rl_method); in GenEntrySequence()
/art/compiler/dex/quick/
Dmir_to_lir.h916 virtual void FlushIns(RegLocation* ArgLocs, RegLocation rl_method);
Dgen_invoke.cc399 void Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) { in FlushIns() function in art::Mir2Lir