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

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

Completed in 76 milliseconds