HomeSort by relevance Sort by last modified time
    Searched refs:GetBytesAllocatedInternal (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
region_space.h 166 template<RegionType kRegionType> uint64_t GetBytesAllocatedInternal() REQUIRES(!region_lock_);
169 return GetBytesAllocatedInternal<RegionType::kRegionTypeAll>();
175 return GetBytesAllocatedInternal<RegionType::kRegionTypeFromSpace>();
181 return GetBytesAllocatedInternal<RegionType::kRegionTypeUnevacFromSpace>();
region_space-inl.h 127 inline uint64_t RegionSpace::GetBytesAllocatedInternal() {

Completed in 54 milliseconds