Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h442 uint64_t cumulative_objects_moved_; variable
Dconcurrent_copying.cc106 cumulative_objects_moved_(0), in ConcurrentCopying()
2789 cumulative_objects_moved_ += to_objects; in ReclaimPhase()
3915 os << "Cumulative objects moved " << cumulative_objects_moved_ << "\n"; in DumpPerformanceInfo()