Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h438 size_t bytes_moved_gc_thread_; variable
H A Dconcurrent_copying.cc411 bytes_moved_gc_thread_ = 0; in InitializePhase()
2748 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase()
3560 bytes_moved_gc_thread_ += bytes_allocated; in Copy()