Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h170 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
174 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
179 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
184 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
508 inline size_t RegionSpace::Region::ObjectsAllocated() const { in ObjectsAllocated() function
Dregion_space.cc527 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
534 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
Dregion_space.h582 size_t ObjectsAllocated() const;