Searched defs:branch_over (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 110 LIR* branch_over = OpCondBranch(kCondHi, NULL); in GenLargePackedSwitch() local 193 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); in MarkGCCard() local
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 194 LIR* branch_over = OpCmpImmBranch(kCondHi, r_key, size-1, NULL); in GenLargePackedSwitch() local 278 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); in MarkGCCard() local
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 129 LIR* branch_over = OpCondBranch(kCondHi, NULL); in GenLargePackedSwitch() local 293 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); in MarkGCCard() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 125 LIR* branch_over = OpCondBranch(kCondHi, NULL); in GenLargePackedSwitch() local 330 LIR* branch_over = OpCmpImmBranch(kCondEq, val_reg, 0, NULL); in MarkGCCard() local
|