Home
last modified time | relevance | path

Searched refs:bytes_moved_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc140 bytes_moved_ = 0; in InitializePhase()
248 const int64_t to_bytes = bytes_moved_; in MarkingPhase()
566 bytes_moved_ += bytes_allocated; in MarkNonForwardedObject()
Dsemi_space.h262 size_t bytes_moved_; variable
Dconcurrent_copying.h258 Atomic<size_t> bytes_moved_; variable
Dconcurrent_copying.cc137 bytes_moved_.StoreRelaxed(0); in InitializePhase()
898 uint64_t to_bytes = bytes_moved_.LoadSequentiallyConsistent(); in ReclaimPhase()
1395 bytes_moved_.FetchAndAddSequentiallyConsistent(region_space_alloc_size); in Copy()