Home
last modified time | relevance | path

Searched refs:ObjectsAllocated (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dregion_space-inl.h172 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
176 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
181 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
186 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
510 inline size_t RegionSpace::Region::ObjectsAllocated() const { in ObjectsAllocated() function
Dregion_space.cc532 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
539 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
Dregion_space.h579 size_t ObjectsAllocated() const;