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

/external/v8/src/
H A Dast.cc633 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::AstVisitor
H A Dhydrogen.cc2496 VisitStatements(info()->function()->body());
2677 void HGraphBuilder::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::HGraphBuilder
2709 CHECK_BAILOUT(VisitStatements(stmt->statements()));
3081 CHECK_BAILOUT(VisitStatements(clause->statements()));
5391 VisitStatements(function->body());

Completed in 89 milliseconds