Lines Matching refs:condition
2189 Expression* cond = TestContext::cast(owner->ast_context())->condition();
2357 unsigned test_id = condition()->test_id();
2739 if (stmt->condition()->ToBooleanIsTrue()) {
2742 } else if (stmt->condition()->ToBooleanIsFalse()) {
2748 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
3190 // The block for a true condition, the actual predecessor block of the
3227 // If the condition is constant true, do not generate a branch.
3509 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));