Searched refs:CHECK_BAILOUT (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen.cc3880 #define CHECK_BAILOUT(call) \ macro
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(VisitForContro
12399 #undef CHECK_BAILOUT macro
[all...]

Completed in 97 milliseconds