Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h183 uint64_t GetBytesAllocatedInUnevacFromSpace() REQUIRES(!region_lock_) { in GetBytesAllocatedInUnevacFromSpace() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc2673 const uint64_t unevac_from_bytes = region_space_->GetBytesAllocatedInUnevacFromSpace(); in ReclaimPhase()