Lines Matching refs:condition
257 void DeoptimizeIf(Condition condition,
260 void DeoptimizeIf(Condition condition, LEnvironment* environment);
261 void ApplyCheckIf(Condition condition, LBoundsCheck* check);
300 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
305 void EmitBranch(InstrType instr, Condition condition);
307 void EmitFalseBranch(InstrType instr, Condition condition);
316 // Returns the condition on which a final split to
318 Condition EmitTypeofIs(Label* true_label,
324 // Returns the condition on which a final split to
326 Condition EmitIsObject(Register input,
332 // Returns the condition on which a final split to
334 Condition EmitIsString(Register input,
340 // Caller should branch on equal condition.