Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc308 DCHECK(!last_full_gc_event_); in AddMainThreadEvent()
309 last_full_gc_event_ = cppgc_event; in AddMainThreadEvent()
373 return last_full_gc_event_.has_value(); in FullGCMetricsReportPending()
382 auto res = std::move(last_full_gc_event_); in ExtractLastFullGcEvent()
383 last_full_gc_event_.reset(); in ExtractLastFullGcEvent()
405 last_full_gc_event_.reset(); in ClearCachedEvents()
Dcpp-heap.h88 last_full_gc_event_; variable