Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h406 size_t objects_moved_gc_thread_; // Used by GC variable
Dconcurrent_copying.cc391 objects_moved_gc_thread_ = 0; in InitializePhase()
2677 uint64_t to_objects = objects_moved_.load(std::memory_order_relaxed) + objects_moved_gc_thread_; in ReclaimPhase()
3483 objects_moved_gc_thread_ += 1; in Copy()