Home
last modified time | relevance | path

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

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