Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h96 return total_scanned_bytes_; in GetTotalScannedBytes()
180 uint64_t total_scanned_bytes_; variable
Dgarbage_collector.cc103 total_scanned_bytes_ = 0; in ResetCumulativeStatistics()
181 total_scanned_bytes_ += current_iteration->GetScannedBytes(); in Run()
283 total_scanned_bytes_ = 0u; in ResetMeasurements()