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

  /art/compiler/dex/quick/x86/
fp_x86.cc 493 LIR* branch2 = nullptr; local
495 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondA);
498 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondBe);
501 branch2->target = NewLIR0(kPseudoTargetLabel);
  /art/compiler/dex/quick/arm/
int_arm.cc 142 LIR* branch2 = OpCondBranch(kCondGt, nullptr); local
162 branch2->target = target2;
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 1433 LIR* branch2 = OpCmpBranch(kCondNe, TargetReg(kArg1, kRef), class_reg, nullptr); local
    [all...]

Completed in 823 milliseconds