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()
182 uint64_t total_scanned_bytes_; variable
Dgarbage_collector.cc212 total_scanned_bytes_ += current_iteration->GetScannedBytes(); in Run()
320 total_scanned_bytes_ = 0u; in ResetMeasurements()