#include <graph-visualizer.h>
Definition at line 29 of file graph-visualizer.h.
◆ JSONTurboshaftGraphWriter() [1/2]
v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::JSONTurboshaftGraphWriter |
( |
std::ostream & | os, |
|
|
const Graph & | turboshaft_graph, |
|
|
NodeOriginTable * | origins, |
|
|
Zone * | zone ) |
◆ JSONTurboshaftGraphWriter() [2/2]
v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::JSONTurboshaftGraphWriter |
( |
const JSONTurboshaftGraphWriter & | | ) |
|
|
delete |
◆ operator=()
◆ Print()
void v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::Print |
( |
| ) |
|
◆ PrintBlocks()
void v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::PrintBlocks |
( |
| ) |
|
|
protected |
◆ PrintEdges()
void v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::PrintEdges |
( |
| ) |
|
|
protected |
◆ PrintNodes()
void v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::PrintNodes |
( |
| ) |
|
|
protected |
◆ origins_
NodeOriginTable* v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::origins_ |
|
protected |
◆ os_
std::ostream& v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::os_ |
|
protected |
◆ turboshaft_graph_
const Graph& v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::turboshaft_graph_ |
|
protected |
◆ zone_
Zone* v8::internal::compiler::turboshaft::JSONTurboshaftGraphWriter::zone_ |
|
protected |
The documentation for this class was generated from the following files: