Lines Matching defs:cc
2747 Condition cc = __ IsObjectStringType(object, temp, temp);
2748 __ Branch(&false_result, cc, temp, Operand(zero_reg));
4145 Condition cc = instr->hydrogen()->allow_equality() ? hi : hs;
4151 cc = CommuteCondition(cc);
4158 __ Branch(&done, NegateCondition(cc), reg, operand);
4162 DeoptimizeIf(cc, instr->environment(), reg, operand);