Lines Matching full:condition
202 void DeoptimizeIf(Condition cc, LInstruction* instr,
205 void DeoptimizeIf(Condition cc, LInstruction* instr,
248 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
253 void EmitBranch(InstrType instr, Condition cc);
255 void EmitTrueBranch(InstrType instr, Condition cc);
257 void EmitFalseBranch(InstrType instr, Condition cc);
262 // Returns the condition on which a final split to
264 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
267 // Returns the condition on which a final split to
269 Condition EmitIsString(Register input,