Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h447 uint64_t cumulative_bytes_moved_; variable
Dconcurrent_copying.cc104 cumulative_bytes_moved_(0), in ConcurrentCopying()
2773 cumulative_bytes_moved_ += to_bytes; in ReclaimPhase()
3910 os << "Cumulative bytes moved " << cumulative_bytes_moved_ << "\n"; in DumpPerformanceInfo()