Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h95 WasmModuleObject::shared_native_module() const { in shared_native_module() function
Dwasm-engine.cc208 if (auto shared_native_module = it->second.value().lock()) { in MaybeGetNativeModule() local
861 Isolate* isolate, std::shared_ptr<NativeModule> shared_native_module, in ImportNativeModule()
Dwasm-serialization.cc868 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule() local