Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.h95 uint64_t GetTotalScannedBytes() const { in GetTotalScannedBytes() function
H A Dgarbage_collector.cc322 const uint64_t scanned_bytes = GetTotalScannedBytes(); in DumpPerformanceInfo()