Home | History | Annotate | Download | only in quick

Lines Matching refs:ArrayBoundsCheckSlowPath

85   class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath {
87 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, RegStorage index, RegStorage length)
105 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length));
109 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath {
111 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, int index, RegStorage length)
135 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length));