Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dfp_x86.cc493 LIR* branch2 = nullptr; in GenCmpFP() local
495 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondA); in GenCmpFP()
498 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondBe); in GenCmpFP()
501 branch2->target = NewLIR0(kPseudoTargetLabel); in GenCmpFP()
/art/compiler/dex/quick/arm/
Dint_arm.cc142 LIR* branch2 = OpCondBranch(kCondGt, nullptr); in GenCmpLong() local
162 branch2->target = target2; in GenCmpLong()
/art/compiler/dex/quick/
Dgen_common.cc1433 LIR* branch2 = OpCmpBranch(kCondNe, TargetReg(kArg1, kRef), class_reg, nullptr); in GenCheckCast() local
1437 AddSlowPath(new (arena_) SlowPath(this, branch2, cont, false)); in GenCheckCast()