Searched defs:fromfast (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_common.cc64 CallHelperImmMethodSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, argument
67 : LIRSlowPath(m2l, fromfast, cont), trampoline_(trampoline_in),
1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) argument
1397 : LIRSlowPath(m2l, fromfast, cont), load_(load) {
H A Dmir_to_lir.h476 // BEQ fromfast
485 // fromfast:
491 // So you see we need two labels and two branches. The first branch (called fromfast) is
499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr) argument
502 fromfast_(fromfast), cont_(cont) {

Completed in 511 milliseconds