Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc4360 #define CHECK_BAILOUT(call) \ macro
4751 CHECK_BAILOUT(VisitStatements(stmt->statements())); in VisitBlock()
4811 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false)); in VisitIfStatement()
4816 CHECK_BAILOUT(Visit(stmt->then_statement())); in VisitIfStatement()
4825 CHECK_BAILOUT(Visit(stmt->else_statement())); in VisitIfStatement()
5052 CHECK_BAILOUT(VisitForValue(clause->label())); in VisitSwitchStatement()
5112 CHECK_BAILOUT(VisitStatements(clause->statements())); in VisitSwitchStatement()
5140 CHECK_BAILOUT(Visit(stmt->body())); in VisitLoopBody()
5154 CHECK_BAILOUT(VisitLoopBody(stmt, loop_entry)); in VisitDoWhileStatement()
5170 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor)); in VisitDoWhileStatement()
[all …]