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

  /art/runtime/gc/space/
region_space.h 167 template<RegionType kRegionType> uint64_t GetObjectsAllocatedInternal() REQUIRES(!region_lock_);
172 return GetObjectsAllocatedInternal<RegionType::kRegionTypeAll>();
178 return GetObjectsAllocatedInternal<RegionType::kRegionTypeFromSpace>();
184 return GetObjectsAllocatedInternal<RegionType::kRegionTypeUnevacFromSpace>();
region_space-inl.h 162 inline uint64_t RegionSpace::GetObjectsAllocatedInternal() {

Completed in 83 milliseconds