Searched refs:ModuleStatement (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Drewriter.cc95 void Processor::VisitModuleStatement(ModuleStatement* node) {
H A Dast.h59 V(ModuleStatement) \
705 class ModuleStatement FINAL : public Statement {
707 DECLARE_NODE_TYPE(ModuleStatement)
713 ModuleStatement(Zone* zone, VariableProxy* proxy, Block* body, int pos) function in class:v8::internal::FINAL
3186 ModuleStatement* NewModuleStatement(
3188 ModuleStatement* stmt = new(zone_) ModuleStatement(zone_, proxy, body, pos);
3189 VISIT_AND_RETURN(ModuleStatement, stmt)
H A Dprettyprinter.cc104 void PrettyPrinter::VisitModuleStatement(ModuleStatement* node) {
842 void AstPrinter::VisitModuleStatement(ModuleStatement* node) {
H A Dfull-codegen.cc73 void BreakableStatementChecker::VisitModuleStatement(ModuleStatement* stmt) {
1094 void FullCodeGenerator::VisitModuleStatement(ModuleStatement* stmt) {
H A Dast.cc1094 DONT_OPTIMIZE_NODE(ModuleStatement)
H A Dtyping.cc781 void AstTyper::VisitModuleStatement(ModuleStatement* stmt) {
H A Dhydrogen.cc11357 void HOptimizedGraphBuilder::VisitModuleStatement(ModuleStatement* stmt) {
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc469 void AstGraphBuilder::VisitModuleStatement(ModuleStatement* stmt) {

Completed in 1366 milliseconds