Home | History | Annotate | Download | only in src

Lines Matching refs:VisitForControl

4238 void HOptimizedGraphBuilder::VisitForControl(Expression* expr,
4615 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
4804 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
4973 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
5007 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
5049 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
5268 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));
9886 VisitForControl(expr->expression(),
9900 CHECK_BAILOUT(VisitForControl(expr->expression(),
10527 CHECK_BAILOUT(VisitForControl(expr->left(),
10531 CHECK_BAILOUT(VisitForControl(expr->left(),
10588 CHECK_BAILOUT(VisitForControl(expr->left(), right_block, empty_block));
10590 CHECK_BAILOUT(VisitForControl(expr->left(), empty_block, right_block));