Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h201 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
205 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
210 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
215 bytes += r->ObjectsAllocated(); in GetObjectsAllocatedInternal()
Dregion_space.cc276 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
295 *cleared_objects += r->ObjectsAllocated(); in ClearFromSpace()
Dregion_space.h424 size_t ObjectsAllocated() const { in ObjectsAllocated() function