Searched refs:cont (Results 1 – 3 of 3) 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() 85 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenIfNullUseHelperImm() local 87 AddSlowPath(new (arena_) CallHelperImmMethodSlowPath(this, branch, cont, trampoline, imm, in GenIfNullUseHelperImm() 134 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index, in GenGetOtherTypeForSgetSput() argument 136 : LIRSlowPath(m2l, unresolved != nullptr ? unresolved : uninit, cont), in GenGetOtherTypeForSgetSput() 163 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenGetOtherTypeForSgetSput() local 164 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenGetOtherTypeForSgetSput() 1396 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load) in GenCheckCast() argument 1397 : LIRSlowPath(m2l, fromfast, cont), load_(load) { in GenCheckCast() [all …]
|
D | mir_to_lir.cc | 29 SpecialSuspendCheckSlowPath(Mir2Lir* m2l, LIR* branch, LIR* cont) in SpecialSuspendCheckSlowPath() argument 30 : LIRSlowPath(m2l, branch, cont), in SpecialSuspendCheckSlowPath() 235 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenSpecialSuspendTest() local 237 new (arena_) SpecialSuspendCheckSlowPath(this, branch, cont); in GenSpecialSuspendTest()
|
D | mir_to_lir.h | 499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr) 502 fromfast_(fromfast), cont_(cont) { in m2l_()
|