Searched defs:NativeModuleInfo (Results 1 – 1 of 1) sorted by relevance
419 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine420 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() function424 std::weak_ptr<NativeModule> weak_ptr;427 std::unordered_set<Isolate*> isolates;433 std::unordered_set<WasmCode*> potentially_dead_code;437 std::unordered_set<WasmCode*> dead_code;441 int8_t num_code_gcs_triggered = 0;