Searched defs:CurrentGCInfo (Results 1 – 1 of 1) sorted by relevance
293 struct WasmEngine::CurrentGCInfo { struct in v8::internal::wasm::WasmEngine294 explicit CurrentGCInfo(int8_t gc_sequence_index) in CurrentGCInfo() argument301 std::unordered_map<Isolate*, WasmGCForegroundTask*> outstanding_isolates;305 std::unordered_set<WasmCode*> dead_code;310 const int8_t gc_sequence_index;317 int8_t next_gc_sequence_index = 0;321 base::TimeTicks start_time;