Searched refs:VisitStatements (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/v8/src/
H A Dtyping.h91 void VisitStatements(ZoneList<Statement*>* statements);
H A Dtyping.cc66 RECURSE(visitor->VisitStatements(info->function()->body()));
79 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) { function in class:v8::internal::AstTyper
89 RECURSE(VisitStatements(stmt->statements()));
178 RECURSE(VisitStatements(stmts));
H A Dfull-codegen.cc1109 VisitStatements(stmt->statements());
1135 VisitStatements(stmt->body()->statements());
H A Dast.cc709 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::AstVisitor
H A Dhydrogen.cc2871 VisitStatements(current_info()->function()->body());
3074 void HOptimizedGraphBuilder::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::HOptimizedGraphBuilder
3092 CHECK_BAILOUT(VisitStatements(stmt->statements()));
3445 CHECK_BAILOUT(VisitStatements(clause->statements()));
6501 VisitStatements(function->body());
H A Dhydrogen.h1888 virtual void VisitStatements(ZoneList<Statement*>* statements);
H A Dast.h2771 virtual void VisitStatements(ZoneList<Statement*>* statements);
/external/v8/src/
H A Dast.cc633 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::AstVisitor
H A Dfull-codegen.cc942 VisitStatements(stmt->statements());
H A Dhydrogen.h979 virtual void VisitStatements(ZoneList<Statement*>* statements);
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());
H A Dast.h2563 virtual void VisitStatements(ZoneList<Statement*>* statements);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc300 VisitStatements(function()->body());
974 VisitStatements(clause->statements());
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc295 VisitStatements(function()->body());
942 VisitStatements(clause->statements());
/external/v8/src/mips/
H A Dfull-codegen-mips.cc306 VisitStatements(function()->body());
984 VisitStatements(clause->statements());
/external/v8/src/x64/
H A Dfull-codegen-x64.cc306 VisitStatements(function()->body());
884 VisitStatements(clause->statements());
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc306 VisitStatements(function()->body());
1069 VisitStatements(clause->statements());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc298 VisitStatements(function()->body());
1021 VisitStatements(clause->statements());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc308 VisitStatements(function()->body());
1072 VisitStatements(clause->statements());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc290 VisitStatements(function()->body());
1032 VisitStatements(clause->statements());

Completed in 259 milliseconds