Searched refs:SetWireBytesStorage (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ | ||
H A D | compilation-environment.h | 154 void SetWireBytesStorage(std::shared_ptr<WireBytesStorage>); |
H A D | module-compiler.cc | 647 void SetWireBytesStorage( in SetWireBytesStorage() function in v8::internal::wasm::__anon15175::CompilationStateImpl 830 void CompilationState::SetWireBytesStorage( in SetWireBytesStorage() function in v8::internal::wasm::__anon15175::CompilationState 832 Impl(this)->SetWireBytesStorage(std::move(wire_bytes_storage)); in SetWireBytesStorage() 2853 compilation_state->SetWireBytesStorage(std::move(wire_bytes_storage)); in ProcessCodeSectionHeader() |
H A D | wasm-code-manager.cc | 1705 compilation_state_->SetWireBytesStorage( in SetWireBytes() |
Completed in 12 milliseconds