Home
last modified time | relevance | path

Searched refs:notified_young_cppgc_running_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc209 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()
Dgc-tracer.h560 bool notified_young_cppgc_running_ = false; variable