#include <turbofan-graph-visualizer.h>
◆ JSONGraphWriter() [1/2]
◆ JSONGraphWriter() [2/2]
v8::internal::compiler::JSONGraphWriter::JSONGraphWriter |
( |
const JSONGraphWriter & | | ) |
|
|
delete |
◆ GetType()
std::optional< Type > v8::internal::compiler::JSONGraphWriter::GetType |
( |
Node * | node | ) |
|
|
protectedvirtual |
◆ operator=()
◆ Print()
void v8::internal::compiler::JSONGraphWriter::Print |
( |
| ) |
|
◆ PrintEdge()
void v8::internal::compiler::JSONGraphWriter::PrintEdge |
( |
Node * | from, |
|
|
int | index, |
|
|
Node * | to ) |
|
protected |
◆ PrintEdges()
void v8::internal::compiler::JSONGraphWriter::PrintEdges |
( |
Node * | node | ) |
|
|
protected |
◆ PrintNode()
void v8::internal::compiler::JSONGraphWriter::PrintNode |
( |
Node * | node, |
|
|
bool | is_live ) |
|
protected |
◆ PrintPhase()
void v8::internal::compiler::JSONGraphWriter::PrintPhase |
( |
const char * | phase_name | ) |
|
◆ first_edge_
bool v8::internal::compiler::JSONGraphWriter::first_edge_ |
|
protected |
◆ first_node_
bool v8::internal::compiler::JSONGraphWriter::first_node_ |
|
protected |
◆ graph_
const TFGraph* v8::internal::compiler::JSONGraphWriter::graph_ |
|
protected |
◆ origins_
◆ os_
std::ostream& v8::internal::compiler::JSONGraphWriter::os_ |
|
protected |
◆ positions_
◆ zone_
Zone* v8::internal::compiler::JSONGraphWriter::zone_ |
|
protected |
The documentation for this class was generated from the following files: