Home
last modified time | relevance | path

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

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