Home
last modified time | relevance | path

Searched refs:JSONGraphWriter (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.h100 class JSONGraphWriter { class
102 JSONGraphWriter(std::ostream& os, const Graph* graph,
106 JSONGraphWriter(const JSONGraphWriter&) = delete;
107 JSONGraphWriter& operator=(const JSONGraphWriter&) = delete;
H A Dgraph-visualizer.cc271 JSONGraphWriter::JSONGraphWriter(std::ostream& os, const Graph* graph, in JSONGraphWriter() function in v8::internal::compiler::JSONGraphWriter
282 void JSONGraphWriter::PrintPhase(const char* phase_name) { in PrintPhase()
288 void JSONGraphWriter::Print() { in Print()
306 void JSONGraphWriter::PrintNode(Node* node, bool is_live) { in PrintNode()
364 void JSONGraphWriter::PrintEdges(Node* node) { in PrintEdges()
372 void JSONGraphWriter::PrintEdge(Node* from, int index, Node* to) { in PrintEdge()
396 base::Optional<Type> JSONGraphWriter::GetType(Node* node) { in GetType()
402 JSONGraphWriter writer(os, &ad.graph, ad.positions, ad.origins); in operator <<()
H A Dsimplified-lowering.cc227 class JSONGraphWriterWithVerifierTypes : public JSONGraphWriter {
233 : JSONGraphWriter(os, graph, positions, origins), verifier_(verifier) {} in JSONGraphWriterWithVerifierTypes()

Completed in 10 milliseconds