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

/external/chromium_org/v8/src/
H A Dtyping.h76 void VisitStatements(ZoneList<Statement*>* statements);
H A Dtyping.cc46 RECURSE(visitor->VisitStatements(info->function()->body()));
128 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) { function in class:v8::internal::AstTyper
138 RECURSE(VisitStatements(stmt->statements()));
228 RECURSE(VisitStatements(stmts));
H A Dfull-codegen.cc1079 VisitStatements(stmt->statements());
1105 VisitStatements(stmt->body()->statements());
H A Dast.cc644 void AstVisitor::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::AstVisitor
H A Dhydrogen.cc4301 VisitStatements(current_info()->function()->body());
4518 void HOptimizedGraphBuilder::VisitStatements(ZoneList<Statement*>* statements) { function in class:v8::internal::HOptimizedGraphBuilder
4562 CHECK_BAILOUT(VisitStatements(stmt->statements()));
4915 CHECK_BAILOUT(VisitStatements(clause->statements()));
7932 VisitStatements(function->body());
H A Dast.h2965 virtual void VisitStatements(ZoneList<Statement*>* statements);
H A Dhydrogen.h2294 virtual void VisitStatements(ZoneList<Statement*>* statements) OVERRIDE;
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc94 VisitStatements(info()->function()->body());
454 VisitStatements(stmt->statements());
463 VisitStatements(stmt->statements());
573 VisitStatements(clause->statements());
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc319 VisitStatements(function()->body());
1095 VisitStatements(clause->statements());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc318 VisitStatements(function()->body());
1089 VisitStatements(clause->statements());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc311 VisitStatements(function()->body());
1028 VisitStatements(clause->statements());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc327 VisitStatements(function()->body());
1086 VisitStatements(clause->statements());
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc322 VisitStatements(function()->body());
1081 VisitStatements(clause->statements());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc307 VisitStatements(function()->body());
1051 VisitStatements(clause->statements());
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc308 VisitStatements(function()->body());
1017 VisitStatements(clause->statements());

Completed in 3226 milliseconds