Searched refs:fromfast (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 64 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()
|
D | mir_to_lir.h | 499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr) 502 fromfast_(fromfast), cont_(cont) { in m2l_()
|