Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h33 class WasmDecorator; variable
345 compiler::WasmDecorator* decorator_ = nullptr;
Dwasm-compiler.cc3966 class WasmDecorator final : public GraphDecorator { class
3968 explicit WasmDecorator(NodeOriginTable* origins, wasm::Decoder* decoder) in WasmDecorator() function in v8::internal::compiler::WasmDecorator
3985 decorator_ = new (graph()->zone()) WasmDecorator(node_origins, decoder); in AddBytecodePositionDecorator()