|
| JSONGraphNodeWriter (OStream &os, Zone *zone, const Graph *graph) |
|
void | Print () |
|
GenericGraphVisit::Control | Pre (Node *node) |
|
Control | Pre (GenericNode< B, S > *node) |
|
Control | Post (GenericNode< B, S > *node) |
|
void | PreEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to) |
|
void | PostEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to) |
|
Definition at line 50 of file graph-visualizer.cc.
◆ JSONGraphNodeWriter()
v8::internal::compiler::JSONGraphNodeWriter::JSONGraphNodeWriter |
( |
OStream & |
os, |
|
|
Zone * |
zone, |
|
|
const Graph * |
graph |
|
) |
| |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ Pre()
◆ Print()
void v8::internal::compiler::JSONGraphNodeWriter::Print |
( |
| ) |
|
|
inline |
◆ first_node_
bool v8::internal::compiler::JSONGraphNodeWriter::first_node_ |
|
private |
◆ graph_
const Graph* const v8::internal::compiler::JSONGraphNodeWriter::graph_ |
|
private |
◆ os_
OStream& v8::internal::compiler::JSONGraphNodeWriter::os_ |
|
private |
The documentation for this class was generated from the following file: