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.h405 size_t bytes_moved_gc_thread_; // Used by GC variable
Dconcurrent_copying.cc390 bytes_moved_gc_thread_ = 0; in InitializePhase()
2675 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase()
3484 bytes_moved_gc_thread_ += bytes_allocated; in Copy()