Searched refs:WasmDecorator (Results 1 – 2 of 2) sorted by relevance
41 class WasmDecorator; variable824 compiler::WasmDecorator* decorator_ = nullptr;
6171 class WasmDecorator final : public GraphDecorator { class6173 explicit WasmDecorator(NodeOriginTable* origins, wasm::Decoder* decoder) in WasmDecorator() function in v8::internal::compiler::WasmDecorator6190 decorator_ = graph()->zone()->New<WasmDecorator>(node_origins, decoder); in AddBytecodePositionDecorator()