Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects-inl.h101 WasmModuleObject::shared_native_module() const { in shared_native_module() function
Dwasm-serialization.cc628 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule() local
Dwasm-engine.cc182 if (auto shared_native_module = it->second.value().lock()) { in MaybeGetNativeModule() local
810 Isolate* isolate, std::shared_ptr<NativeModule> shared_native_module, in ImportNativeModule()