Searched defs: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 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
|
/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 1191 class ArrayBoundsCheckSlowPath : public Mir2Lir::LIRSlowPath { in GenArrayBoundsCheck() class 1193 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
|