Searched refs:outstanding_isolates (Results 1 – 1 of 1) sorted by relevance
329 std::unordered_map<Isolate*, WasmGCForegroundTask*> outstanding_isolates; member1572 auto& gc_task = current_gc_info_->outstanding_isolates[isolate]; in TriggerGC()1593 !current_gc_info_->outstanding_isolates.empty()); in TriggerGC()1599 return current_gc_info_->outstanding_isolates.erase(isolate) != 0; in RemoveIsolateFromCurrentGC()1607 current_gc_info_->outstanding_isolates.size()); in PotentiallyFinishCurrentGC()1610 if (!current_gc_info_->outstanding_isolates.empty()) return; in PotentiallyFinishCurrentGC()