Home
last modified time | relevance | path

Searched refs:branch_in (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc199 DivZeroCheckSlowPath(Mir2Lir* m2l, LIR* branch_in) in AddDivZeroCheckSlowPath() argument
200 : LIRSlowPath(m2l, branch_in) { in AddDivZeroCheckSlowPath()
217 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch_in, RegStorage index_in, in GenArrayBoundsCheck() argument
219 : LIRSlowPath(m2l, branch_in), in GenArrayBoundsCheck()
242 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch_in, int index_in, RegStorage length_in) in GenArrayBoundsCheck() argument
243 : LIRSlowPath(m2l, branch_in), in GenArrayBoundsCheck()
Dgen_invoke.cc51 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info_in, LIR* branch_in, LIR* resume_in) in AddIntrinsicSlowPath() argument
52 : LIRSlowPath(m2l, branch_in, resume_in), info_(info_in) { in AddIntrinsicSlowPath()
/art/compiler/dex/quick/x86/
Dint_x86.cc1502 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch_in, in GenArrayBoundsCheck() argument
1504 : LIRSlowPath(m2l, branch_in), in GenArrayBoundsCheck()
1550 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch_in, in GenArrayBoundsCheck() argument
1552 : LIRSlowPath(m2l, branch_in), in GenArrayBoundsCheck()