Searched defs:branch1 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dint_arm.cc130 LIR* branch1 = OpCondBranch(kCondLt, NULL); local
150 branch1->target = target1;
152 branch3->target = branch1->target;
/art/compiler/dex/quick/
H A Dgen_common.cc1121 LIR* branch1 = OpCmpImmBranch(kCondEq, ref_reg, 0, NULL); local
1166 branch1->target = target;
1299 LIR* branch1 = OpCmpImmBranch(kCondEq, TargetReg(kArg0, kRef), 0, nullptr); local
1312 branch1->target = cont;

Completed in 10 milliseconds