Home
last modified time | relevance | path

Searched refs:NativeModuleInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.h370 struct NativeModuleInfo;
419 std::unordered_map<NativeModule*, std::unique_ptr<NativeModuleInfo>>
H A Dwasm-engine.cc419 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine
420 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() function
1171 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()

Completed in 4 milliseconds