Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h552 uint64_t GetObjectsAllocatedEver() const;
Dheap.cc1211 uint64_t total_objects_allocated = GetObjectsAllocatedEver(); in DumpGcPerformanceInfo()
1992 uint64_t Heap::GetObjectsAllocatedEver() const { in GetObjectsAllocatedEver() function in art::gc::Heap