Searched refs:WasmDecorator (Results 1 – 2 of 2) sorted by relevance
33 class WasmDecorator; variable345 compiler::WasmDecorator* decorator_ = nullptr;
3966 class WasmDecorator final : public GraphDecorator { class3968 explicit WasmDecorator(NodeOriginTable* origins, wasm::Decoder* decoder) in WasmDecorator() function in v8::internal::compiler::WasmDecorator3985 decorator_ = new (graph()->zone()) WasmDecorator(node_origins, decoder); in AddBytecodePositionDecorator()