Home
last modified time | relevance | path

Searched refs:SetWireBytesStorage (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dcompilation-environment.h154 void SetWireBytesStorage(std::shared_ptr<WireBytesStorage>);
Dmodule-compiler.cc647 void SetWireBytesStorage( in SetWireBytesStorage() function in v8::internal::wasm::__anon54d755100111::CompilationStateImpl
830 void CompilationState::SetWireBytesStorage( in SetWireBytesStorage() function in v8::internal::wasm::CompilationState
832 Impl(this)->SetWireBytesStorage(std::move(wire_bytes_storage)); in SetWireBytesStorage()
2853 compilation_state->SetWireBytesStorage(std::move(wire_bytes_storage)); in ProcessCodeSectionHeader()
Dwasm-code-manager.cc1705 compilation_state_->SetWireBytesStorage( in SetWireBytes()