Lines Matching defs:VisitForControl
3625 void HOptimizedGraphBuilder::VisitForControl(Expression* expr,
3959 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
4109 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
4327 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
4360 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
4401 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
4627 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));
8374 VisitForControl(expr->expression(),
8388 CHECK_BAILOUT(VisitForControl(expr->expression(),
8984 CHECK_BAILOUT(VisitForControl(expr->left(),
8988 CHECK_BAILOUT(VisitForControl(expr->left(),
9045 CHECK_BAILOUT(VisitForControl(expr->left(), right_block, empty_block));
9047 CHECK_BAILOUT(VisitForControl(expr->left(), empty_block, right_block));