Searched defs:CurrentGCInfo (Results 1 – 1 of 1) sorted by relevance
321 struct WasmEngine::CurrentGCInfo { struct in v8::internal::wasm::WasmEngine322 explicit CurrentGCInfo(int8_t gc_sequence_index) in CurrentGCInfo() argument329 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;