Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h169 template<RegionType kRegionType> uint64_t GetBytesAllocatedInternal() REQUIRES(!region_lock_);
172 return GetBytesAllocatedInternal<RegionType::kRegionTypeAll>(); in GetBytesAllocated()
178 return GetBytesAllocatedInternal<RegionType::kRegionTypeFromSpace>(); in GetBytesAllocatedInFromSpace()
184 return GetBytesAllocatedInternal<RegionType::kRegionTypeUnevacFromSpace>(); in GetBytesAllocatedInUnevacFromSpace()
Dregion_space-inl.h127 inline uint64_t RegionSpace::GetBytesAllocatedInternal() { in GetBytesAllocatedInternal() function