Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h392 size_t bytes_moved_gc_thread_; // Used by GC variable
Dconcurrent_copying.cc392 bytes_moved_gc_thread_ = 0; in InitializePhase()
2638 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase()
3458 bytes_moved_gc_thread_ += bytes_allocated; in Copy()