Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc469 std::string output = std::to_string(heap->GetBytesAllocatedEver()); in VMDebug_getRuntimeStatInternal()
529 std::to_string(heap->GetBytesAllocatedEver()))) { in VMDebug_getRuntimeStatsInternal()
/art/runtime/gc/
Dheap.h563 uint64_t GetBytesAllocatedEver() const;
Dheap.cc1166 os << "Total bytes allocated " << PrettySize(GetBytesAllocatedEver()) << "\n"; in DumpGcPerformanceInfo()
1943 uint64_t Heap::GetBytesAllocatedEver() const { in GetBytesAllocatedEver() function in art::gc::Heap