Lines Matching refs:arena_
81 AddSlowPath(new (arena_) DivZeroCheckSlowPath(this, branch)); in AddDivZeroCheckSlowPath()
105 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck()
135 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck()
154 AddSlowPath(new (arena_) NullCheckSlowPath(this, branch)); in GenNullCheck()
580 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenSput()
665 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont, in GenSget()
872 AddSlowPath(new (arena_) SlowPath(this, branch, cont, type_idx, rl_method, rl_result)); in GenConstClass()
935 AddSlowPath(new (arena_) SlowPath(this, fromfast, cont, r_method, string_idx)); in GenConstString()
1144 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target, in GenInstanceofCallingHelper()
1291 AddSlowPath(new (arena_) SlowPath(this, hop_branch, cont, type_idx, class_reg)); in GenCheckCast()
1325 AddSlowPath(new (arena_) SlowPath(this, branch, cont, true)); in GenCheckCast()
1342 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()
1989 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, cont)); in GenSuspendTest()
2010 AddSlowPath(new (arena_) SuspendCheckSlowPath(this, branch, target)); in GenSuspendTestAndBranch()