Searched refs:ArrayBoundsCheckSlowPath (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 85 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenArrayBoundsCheck() class 87 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, RegStorage index, RegStorage length) in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath 105 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck() 109 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenArrayBoundsCheck() class 111 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, int index, RegStorage length) in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath 135 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length)); in GenArrayBoundsCheck()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1143 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenArrayBoundsCheck() class 1145 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath 1184 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, in GenArrayBoundsCheck() 1191 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenArrayBoundsCheck() class 1193 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath 1221 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, in GenArrayBoundsCheck()
|