V8 Project
pipeline.cc File Reference
+ Include dependency graph for pipeline.cc:

Go to the source code of this file.

Classes

class  v8::internal::compiler::PhaseStats
 
class  v8::internal::compiler::AstGraphBuilderWithPositions
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Macros

#define DEF_VISIT(type)
 

Functions

static bool v8::internal::compiler::VerifyGraphs ()
 
static void v8::internal::compiler::TraceSchedule (Schedule *schedule)
 

Macro Definition Documentation

◆ DEF_VISIT

#define DEF_VISIT (   type)
Value:
virtual void Visit##type(type* node) OVERRIDE { \
SourcePositionTable::Scope pos(source_positions_, \
SourcePosition(node->position())); \
AstGraphBuilder::Visit##type(node); \
}
#define OVERRIDE

Definition at line 145 of file pipeline.cc.