Searched refs:notified_young_cppgc_running_ (Results 1 – 2 of 2) sorted by relevance
209 notified_young_cppgc_running_ = false; in ResetForTesting()512 if (heap_->cpp_heap() && notified_young_cppgc_running_ && in StopYoungCycleIfNeeded()518 notified_young_cppgc_running_ = false; in StopYoungCycleIfNeeded()569 DCHECK(notified_young_cppgc_running_); in NotifyYoungCppGCCompleted()580 DCHECK(!notified_young_cppgc_running_); in NotifyYoungCppGCRunning()581 notified_young_cppgc_running_ = true; in NotifyYoungCppGCRunning()
560 bool notified_young_cppgc_running_ = false; variable