HomeSort by relevance Sort by last modified time
    Searched refs:branch_over (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 102 LIR* branch_over = OpCondBranch(kCondHi, NULL); local
114 /* branch_over target here */
116 branch_over->target = target;
204 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); local
210 branch_over->target = target;
  /art/compiler/dex/quick/mips/
call_mips.cc 195 LIR* branch_over = OpCmpImmBranch(kCondHi, r_key, size-1, NULL); local
210 /* branch_over target here */
212 branch_over->target = target;
311 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); local
317 branch_over->target = target;
  /art/compiler/dex/quick/arm/
call_arm.cc 391 LIR* branch_over = OpCondBranch(kCondHi, NULL); local
401 /* branch_over target here */
403 branch_over->target = target;
543 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); local
549 branch_over->target = target;
  /art/compiler/dex/quick/
gen_common.cc 376 LIR* branch_over = OpCmpImmBranch(kCondNe, rBase, 0, NULL); local
384 branch_over->target = skip_target;
458 LIR* branch_over = OpCmpImmBranch(kCondNe, rBase, 0, NULL); local
465 branch_over->target = skip_target;
    [all...]

Completed in 98 milliseconds