Searched refs:gc_freed_bytes_ (Results 1 – 4 of 4) sorted by relevance
174 metrics::MetricsBase<uint64_t>* gc_freed_bytes_; variable
126 gc_freed_bytes_(nullptr), in GarbageCollector()267 gc_freed_bytes_->Add(current_iteration->GetFreedBytes()); in Run()
168 gc_freed_bytes_ = metrics->YoungGcFreedBytes(); in ConcurrentCopying()182 gc_freed_bytes_ = metrics->FullGcFreedBytes(); in ConcurrentCopying()
599 gc_freed_bytes_ = metrics->FullGcFreedBytes(); in MarkCompact()