![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/turboshaft/graph-visualizer.h"
#include "src/base/small-vector.h"
#include "src/compiler/node-origin-table.h"
#include "src/compiler/turbofan-graph-visualizer.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
namespace | v8::internal::compiler::turboshaft |
Functions | |
std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, const TurboshaftGraphAsJSON &ad) |
void | v8::internal::compiler::turboshaft::PrintTurboshaftCustomDataPerOperation (std::ofstream &stream, const char *data_name, const Graph &graph, std::function< bool(std::ostream &, const Graph &, OpIndex)> printer) |
void | v8::internal::compiler::turboshaft::PrintTurboshaftCustomDataPerBlock (std::ofstream &stream, const char *data_name, const Graph &graph, std::function< bool(std::ostream &, const Graph &, BlockIndex)> printer) |