Searched refs:NativeModuleInfo (Results 1 – 2 of 2) sorted by relevance
370 struct NativeModuleInfo;419 std::unordered_map<NativeModule*, std::unique_ptr<NativeModuleInfo>>
419 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine420 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() argument1171 native_module.get(), std::make_unique<NativeModuleInfo>(native_module))); in NewNativeModule()1209 native_module_info = std::make_unique<NativeModuleInfo>(native_module); in MaybeGetNativeModule()1422 NativeModuleInfo* info = it->second.get(); in AddPotentiallyDeadCode()1569 NativeModuleInfo* info = entry.second.get(); in TriggerGC()