Lines Matching refs:CHECK_BAILOUT

3880 #define CHECK_BAILOUT(call)                     \
4267 CHECK_BAILOUT(VisitStatements(stmt->statements()));
4323 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
4336 CHECK_BAILOUT(Visit(stmt->then_statement()));
4341 CHECK_BAILOUT(Visit(stmt->else_statement()));
4566 CHECK_BAILOUT(VisitForValue(clause->label()));
4626 CHECK_BAILOUT(VisitStatements(clause->statements()));
4654 CHECK_BAILOUT(Visit(stmt->body()));
4668 CHECK_BAILOUT(VisitLoopBody(stmt, stmt->StackCheckId(), loop_entry));
4684 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
4717 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
4731 CHECK_BAILOUT(VisitLoopBody(stmt, stmt->StackCheckId(), loop_entry));
4757 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
4780 CHECK_BAILOUT(VisitLoopBody(stmt, stmt->StackCheckId(), loop_entry));
4787 CHECK_BAILOUT(Visit(stmt->next()));
4980 CHECK_BAILOUT(VisitLoopBody(stmt, stmt->StackCheckId(), loop_entry));
5112 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));
5119 CHECK_BAILOUT(Visit(expr->then_expression()));
5128 CHECK_BAILOUT(Visit(expr->else_expression()));
10393 CHECK_BAILOUT(VisitForControl(expr->expression(),
11070 CHECK_BAILOUT(VisitForControl(expr->left(),
11074 CHECK_BAILOUT(VisitForControl(expr->left(),
11114 CHECK_BAILOUT(VisitForValue(expr->right()));
11129 CHECK_BAILOUT(VisitForControl(expr->left(), right_block, empty_block));
11131 CHECK_BAILOUT(VisitForControl(expr->left(), empty_block, right_block));
11154 CHECK_BAILOUT(VisitForEffect(expr->right()));
12399 #undef CHECK_BAILOUT