Home
last modified time | relevance | path

Searched refs:branch2 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
Dfp_x86.cc474 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/
Dint_arm.cc131 LIR* branch2 = OpCondBranch(kCondGt, NULL); in GenCmpLong() local
151 branch2->target = target2; in GenCmpLong()
/art/compiler/dex/quick/
Dgen_common.cc1338 LIR* branch2 = OpCmpBranch(kCondNe, TargetReg(kArg1, kRef), class_reg, nullptr); in GenCheckCast() local
1342 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()