Home
last modified time | relevance | path

Searched refs:objects_moved_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc109 objects_moved_(0U), in SemiSpace()
152 objects_moved_ = 0; in InitializePhase()
261 const uint64_t to_objects = objects_moved_; in MarkingPhase()
599 ++objects_moved_; in MarkNonForwardedObject()
Dsemi_space.h258 size_t objects_moved_; variable
Dconcurrent_copying.h227 Atomic<size_t> objects_moved_; variable
Dconcurrent_copying.cc170 objects_moved_.StoreRelaxed(0); in InitializePhase()
1314 uint64_t to_objects = objects_moved_.LoadSequentiallyConsistent(); in ReclaimPhase()
1896 objects_moved_.FetchAndAddSequentiallyConsistent(1); in Copy()