Home
last modified time | relevance | path

Searched refs:fromfast (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc64 CallHelperImmMethodSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, in GenIfNullUseHelperImm() argument
67 : LIRSlowPath(m2l, fromfast, cont), trampoline_(trampoline_in), in GenIfNullUseHelperImm()
1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) in GenCheckCast() argument
1397 : LIRSlowPath(m2l, fromfast, cont), load_(load) { in GenCheckCast()
Dmir_to_lir.h499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr)
502 fromfast_(fromfast), cont_(cont) { in m2l_()