Searched refs:last_full_gc_event_ (Results 1 – 2 of 2) sorted by relevance
308 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()
88 last_full_gc_event_; variable