Searched refs:gc_scanned_bytes_ (Results 1 – 4 of 4) sorted by relevance
172 metrics::MetricsBase<uint64_t>* gc_scanned_bytes_; variable
124 gc_scanned_bytes_(nullptr), in GarbageCollector()265 gc_scanned_bytes_->Add(current_iteration->GetScannedBytes()); in Run()
166 gc_scanned_bytes_ = metrics->YoungGcScannedBytes(); in ConcurrentCopying()180 gc_scanned_bytes_ = metrics->FullGcScannedBytes(); in ConcurrentCopying()
597 gc_scanned_bytes_ = metrics->FullGcScannedBytes(); in MarkCompact()