Searched defs:shared_module (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ | ||
| D | wasm-code-manager.h | 767 std::shared_ptr<const WasmModule> shared_module() const { return module_; } in shared_module() function |
| D | module-decoder.cc | 1570 const std::shared_ptr<WasmModule>& shared_module() const { return module_; } in shared_module() function in v8::internal::wasm::ModuleDecoderImpl |
| D | wasm-engine.cc | 998 if (auto shared_module = weak_module.lock()) { in DeleteCompileJobsOnIsolate() local |