Searched defs:GenArrayBoundsCheck (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ | ||
D | gen_common.cc | 214 void Mir2Lir::GenArrayBoundsCheck(RegStorage index, RegStorage length) { in GenArrayBoundsCheck() function in art::Mir2Lir |
/art/compiler/dex/quick/x86/ | ||
D | int_x86.cc | 1497 void X86Mir2Lir::GenArrayBoundsCheck(RegStorage index, in GenArrayBoundsCheck() function in art::X86Mir2Lir |