Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dregion_space.h177 uint64_t GetBytesAllocatedInFromSpace() REQUIRES(!region_lock_) { in GetBytesAllocatedInFromSpace() function
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc2744 const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); in ReclaimPhase()