Searched refs:branch2 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 474 LIR* branch2 = NULL; in GenCmpFP() local 476 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondA); in GenCmpFP() 479 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondBe); in GenCmpFP() 482 branch2->target = NewLIR0(kPseudoTargetLabel); in GenCmpFP()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 131 LIR* branch2 = OpCondBranch(kCondGt, NULL); in GenCmpLong() local 151 branch2->target = target2; in GenCmpLong()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1338 LIR* branch2 = OpCmpBranch(kCondNe, TargetReg(kArg1, kRef), class_reg, nullptr); in GenCheckCast() local 1342 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()
|