Home
last modified time | relevance | path

Searched defs:GetObjectsAllocated (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.h69 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
Dlarge_object_space.h54 uint64_t GetObjectsAllocated() OVERRIDE { in GetObjectsAllocated() function
Dbump_pointer_space.cc231 uint64_t BumpPointerSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc269 uint64_t DlMallocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::DlMallocSpace
Dregion_space.h120 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
Drosalloc_space.cc295 uint64_t RosAllocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::RosAllocSpace
/art/runtime/gc/
Dheap.cc1664 size_t Heap::GetObjectsAllocated() const { in GetObjectsAllocated() function in art::gc::Heap