Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc3880 #define CHECK_BAILOUT(call) \ macro
4267 CHECK_BAILOUT(VisitStatements(stmt->statements())); in VisitBlock()
4323 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false)); in VisitIfStatement()
4336 CHECK_BAILOUT(Visit(stmt->then_statement())); in VisitIfStatement()
4341 CHECK_BAILOUT(Visit(stmt->else_statement())); in VisitIfStatement()
4566 CHECK_BAILOUT(VisitForValue(clause->label())); in VisitSwitchStatement()
4626 CHECK_BAILOUT(VisitStatements(clause->statements())); in VisitSwitchStatement()
4654 CHECK_BAILOUT(Visit(stmt->body())); in VisitLoopBody()
4668 CHECK_BAILOUT(VisitLoopBody(stmt, stmt->StackCheckId(), loop_entry)); in VisitDoWhileStatement()
4684 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor)); in VisitDoWhileStatement()
[all …]