Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h408 uint64_t GetBytesAllocatedEver() const;
Dheap.cc839 uint64_t total_bytes_allocated = GetBytesAllocatedEver(); in DumpGcPerformanceInfo()
1405 uint64_t Heap::GetBytesAllocatedEver() const { in GetBytesAllocatedEver() function in art::gc::Heap