Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h439 size_t objects_moved_gc_thread_; variable
H A Dconcurrent_copying.cc412 objects_moved_gc_thread_ = 0; in InitializePhase()
2750 uint64_t to_objects = objects_moved_.load(std::memory_order_relaxed) + objects_moved_gc_thread_; in ReclaimPhase()
3559 objects_moved_gc_thread_ += 1; in Copy()