Home
last modified time | relevance | path

Searched defs:NativeModuleInfo (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-engine.cc365 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine
366 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() argument
370 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;
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-engine.cc418 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine
419 explicit NativeModuleInfo(std::weak_ptr<NativeModule> native_module) in NativeModuleInfo() argument
423 std::weak_ptr<NativeModule> weak_ptr;
426 std::unordered_set<Isolate*> isolates;
432 std::unordered_set<WasmCode*> potentially_dead_code;
436 std::unordered_set<WasmCode*> dead_code;
440 int8_t num_code_gcs_triggered = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-engine.cc341 struct WasmEngine::NativeModuleInfo { struct in v8::internal::wasm::WasmEngine
343 std::unordered_set<Isolate*> isolates;
349 std::unordered_set<WasmCode*> potentially_dead_code;
353 std::unordered_set<WasmCode*> dead_code;
357 int8_t num_code_gcs_triggered = 0;