Home
last modified time | relevance | path

Searched defs:shared_module (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h767 std::shared_ptr<const WasmModule> shared_module() const { return module_; } in shared_module() function
Dmodule-decoder.cc1570 const std::shared_ptr<WasmModule>& shared_module() const { return module_; } in shared_module() function in v8::internal::wasm::ModuleDecoderImpl
2279 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module() function in v8::internal::wasm::ModuleDecoder
Dwasm-engine.cc998 if (auto shared_module = weak_module.lock()) { in DeleteCompileJobsOnIsolate() local