Searched refs:NativeModuleInfo (Results 1 – 2 of 2) sorted by relevance
353 struct NativeModuleInfo;399 std::unordered_map<NativeModule*, std::unique_ptr<NativeModuleInfo>>
365 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine366 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() argument1061 native_module.get(), std::make_unique<NativeModuleInfo>(native_module))); in NewNativeModule()1085 native_module_info = std::make_unique<NativeModuleInfo>(native_module); in MaybeGetNativeModule()1250 NativeModuleInfo* info = it->second.get(); in AddPotentiallyDeadCode()1353 NativeModuleInfo* info = entry.second.get(); in TriggerGC()