Searched refs:PrintGraph (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/maglev/ |
D | maglev-compiler.cc | 175 PrintGraph(std::cout, toplevel_compilation_unit_, graph_builder.graph()); in Compile() 194 PrintGraph(std::cout, toplevel_compilation_unit_, graph_builder.graph()); in Compile() 202 PrintGraph(std::cout, toplevel_compilation_unit_, graph_builder.graph()); in Compile()
|
D | maglev-graph-printer.h | 47 void PrintGraph(std::ostream& os, MaglevCompilationUnit* compilation_unit,
|
D | maglev-graph-printer.cc | 520 void PrintGraph(std::ostream& os, MaglevCompilationUnit* compilation_unit, in PrintGraph() function
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.h | 360 ADD_THREAD_SPECIFIC_COUNTER(V, Optimize, PrintGraph) \
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 2429 DECL_PIPELINE_PHASE_CONSTANTS(PrintGraph) in DECL_PIPELINE_PHASE_CONSTANTS()
|