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

/art/compiler/dex/quick/
H A Dgen_common.cc847 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, argument
849 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
904 LIR* fromfast = OpCmpImmBranch(kCondEq, TargetReg(kRet0, kRef), 0, NULL); local
911 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) : argument
912 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont),
927 AddSlowPath(new (arena_) SlowPath(this, fromfast, cont, r_method, string_idx));
1236 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, argument
1238 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx),
1268 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load): argument
1269 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, con
[all...]
H A Dmir_to_lir.h500 // 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, argument
525 m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(fromfast), cont_(cont) {

Completed in 20 milliseconds