Home | Sort by relevance Sort by last modified time |
/art/runtime/gc/collector/ | |
semi_space.cc | 109 objects_moved_(0U), 152 objects_moved_ = 0; 261 const uint64_t to_objects = objects_moved_; 582 ++objects_moved_; [all...] |
semi_space.h | 258 size_t objects_moved_; member in class:art::gc::collector::SemiSpace |
concurrent_copying.h | 227 Atomic<size_t> objects_moved_; member in class:art::gc::collector::ConcurrentCopying |
concurrent_copying.cc | 170 objects_moved_.StoreRelaxed(0); [all...] |