Searched refs:cont (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 509 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index, in StaticFieldSlowPath() argument 511 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), unresolved, cont), uninit_(uninit), in StaticFieldSlowPath() 578 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenSput() local 580 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenSput() 663 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenSget() local 665 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenSget() 846 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenConstClass() local 851 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, in GenConstClass() argument 853 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), fromfast, cont), type_idx_(type_idx), in GenConstClass() 872 AddSlowPath(new (arena_) SlowPath(this, branch, cont, type_idx, rl_method, rl_result)); in GenConstClass() [all …]
|
D | mir_to_lir.h | 524 LIR* cont = nullptr) : 525 m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(fromfast), cont_(cont) { in m2l_()
|