Searched refs:branch_in (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_common.cc | 199 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()
|
D | gen_invoke.cc | 51 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/ |
D | int_x86.cc | 1502 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()
|