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

/external/v8/src/
H A Dfull-codegen.h382 void VisitForControl(Expression* expr, function in class:v8::internal::FullCodeGenerator
H A Dhydrogen.cc4238 void HOptimizedGraphBuilder::VisitForControl(Expression* expr, function in class:v8::internal::HOptimizedGraphBuilder
4615 CHECK_BAILOUT(VisitForControl(stmt->condition(), cond_true, cond_false));
4804 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
4973 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
5007 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
5049 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_entry, loop_successor));
5268 CHECK_BAILOUT(VisitForControl(expr->condition(), cond_true, cond_false));
9886 VisitForControl(expr->expression(),
9900 CHECK_BAILOUT(VisitForControl(expr->expression(),
10527 CHECK_BAILOUT(VisitForControl(exp
[all...]

Completed in 98 milliseconds