Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Diteration.h63 uint64_t GetScannedBytes() const { in GetScannedBytes() function
Dgarbage_collector.cc174 total_scanned_bytes_ += current_iteration->GetScannedBytes(); in Run()
208 uint64_t throughput = (current_iteration->GetScannedBytes() * 1'000'000) in Run()