Searched refs:branch_over (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcall_x86.cc84 LIR* branch_over = OpCondBranch(kCondHi, nullptr); local
119 /* branch_over target here */
121 branch_over->target = target;
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc131 LIR* branch_over = OpCondBranch(kCondHi, nullptr); local
146 // branch_over target here
148 branch_over->target = target;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc194 LIR* branch_over = OpCmpImmBranch(kCondHi, r_key, size-1, nullptr); local
211 branch_over->target = target;
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc128 LIR* branch_over = OpCondBranch(kCondHi, nullptr); local
138 /* branch_over target here */
140 branch_over->target = target;
/art/compiler/dex/quick/
H A Dcodegen_util.cc338 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, nullptr); local
341 branch_over->target = target;

Completed in 71 milliseconds