Home
last modified time | relevance | path

Searched refs:WasmDecorator (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h41 class WasmDecorator; variable
824 compiler::WasmDecorator* decorator_ = nullptr;
Dwasm-compiler.cc6171 class WasmDecorator final : public GraphDecorator { class
6173 explicit WasmDecorator(NodeOriginTable* origins, wasm::Decoder* decoder) in WasmDecorator() function in v8::internal::compiler::WasmDecorator
6190 decorator_ = graph()->zone()->New<WasmDecorator>(node_origins, decoder); in AddBytecodePositionDecorator()