Searched defs:NativeModuleInfo (Results 1 – 1 of 1) sorted by relevance
365 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine366 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() argument370 std::weak_ptr<NativeModule> weak_ptr;373 std::unordered_set<Isolate*> isolates;379 std::unordered_set<WasmCode*> potentially_dead_code;383 std::unordered_set<WasmCode*> dead_code;387 int8_t num_code_gcs_triggered = 0;