Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h202 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
206 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
211 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
216 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
Dregion_space.h415 size_t ObjectsAllocated() const { in ObjectsAllocated() function