Searched defs:cont (Results 1 – 1 of 1) 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() 578 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenSput() local 663 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenSget() local 846 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenConstClass() local 851 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, in GenConstClass() 913 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenConstString() local 919 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) : in GenConstString() 1124 InitTypeSlowPath(Mir2Lir* m2l, LIR* branch, LIR* cont, uint32_t type_idx, in GenInstanceofCallingHelper() 1264 LIR* cont = NewLIR0(kPseudoTargetLabel); in GenCheckCast() local 1269 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx, in GenCheckCast() [all …]
|