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

/external/v8/src/crankshaft/
H A Dhydrogen.cc4360 #define CHECK_BAILOUT(call) \ macro
4751 CHECK_BAILOUT(VisitStatements(stmt->statements()));
4811 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
4816 CHECK_BAILOUT(Visit(stmt->then_statement()));
4825 CHECK_BAILOUT(Visit(stmt->else_statement()));
5052 CHECK_BAILOUT(VisitForValue(clause->label()));
5112 CHECK_BAILOUT(VisitStatements(clause->statements()));
5140 CHECK_BAILOUT(Visit(stmt->body()));
5154 CHECK_BAILOUT(VisitLoopBody(stmt, loop_entry));
5170 CHECK_BAILOUT(VisitForContro
12959 #undef CHECK_BAILOUT macro
[all...]

Completed in 126 milliseconds