Home | History | Annotate | Download | only in quick

Lines Matching defs:SlowPath

714   // may be created during slowpath->Compile().
716 LIRSlowPath* slowpath = slow_paths_.Get(i);
717 slowpath->Compile();
849 class SlowPath : public LIRSlowPath {
851 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx,
872 AddSlowPath(new (arena_) SlowPath(this, branch, cont, type_idx, rl_method, rl_result));
917 class SlowPath : public LIRSlowPath {
919 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) :
935 AddSlowPath(new (arena_) SlowPath(this, fromfast, cont, r_method, string_idx));
1267 class SlowPath : public LIRSlowPath {
1269 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, const int type_idx,
1291 AddSlowPath(new (arena_) SlowPath(this, hop_branch, cont, type_idx, class_reg));
1299 class SlowPath : public LIRSlowPath {
1301 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, bool load):
1325 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true));
1342 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false));