Home | History | Annotate | Download | only in quick

Lines Matching refs:fromfast

500     //     BEQ fromfast
509 // fromfast:
515 // So you see we need two labels and two branches. The first branch (called fromfast) is
523 LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR* fromfast,
525 m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(fromfast), cont_(cont) {