Lines Matching defs:cc
689 void FullCodeGenerator::Split(Condition cc,
696 __ Branch(if_true, cc, lhs, rhs);
698 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
700 __ Branch(if_true, cc, lhs, rhs);
1602 // runtime.cc::CreateObjectLiteralBoilerplate. The second "dynamic" part
4596 Condition cc = CompareIC::ComputeCondition(op);
4606 Split(cc, a1, Operand(a0), if_true, if_false, NULL);
4615 Split(cc, v0, Operand(zero_reg), if_true, if_false, fall_through);