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

Go to the source code of this file.

Classes

class  v8::internal::compiler::Escaped
 
class  v8::internal::compiler::JSONGraphNodeWriter
 
class  v8::internal::compiler::JSONGraphEdgeWriter
 
class  v8::internal::compiler::GraphVisualizer
 

Namespaces

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

Macros

#define DEAD_COLOR   "#999999"
 

Functions

OStream & v8::internal::compiler::operator<< (OStream &os, const AsJSON &ad)
 
static Node * v8::internal::compiler::GetControlCluster (Node *node)
 
static bool v8::internal::compiler::IsLikelyBackEdge (Node *from, int index, Node *to)
 
OStream & v8::internal::compiler::operator<< (OStream &os, const AsDOT &ad)
 

Macro Definition Documentation

◆ DEAD_COLOR

#define DEAD_COLOR   "#999999"

Definition at line 23 of file graph-visualizer.cc.