Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc321 struct WasmEngine::CurrentGCInfo { struct in v8::internal::wasm::WasmEngine
322 explicit CurrentGCInfo(int8_t gc_sequence_index) in CurrentGCInfo() argument
329 std::unordered_map<Isolate*, WasmGCForegroundTask*> outstanding_isolates;
333 std::unordered_set<WasmCode*> dead_code;
338 const int8_t gc_sequence_index;
345 int8_t next_gc_sequence_index = 0;
349 base::TimeTicks start_time;