Searched refs:GetBytesAllocatedEver (Results 1 – 3 of 3) sorted by relevance
333 std::string output = std::to_string(heap->GetBytesAllocatedEver()); in VMDebug_getRuntimeStatInternal()401 std::to_string(heap->GetBytesAllocatedEver()))) { in VMDebug_getRuntimeStatsInternal()
555 uint64_t GetBytesAllocatedEver() const;
1213 os << "Total bytes allocated " << PrettySize(GetBytesAllocatedEver()) << "\n"; in DumpGcPerformanceInfo()2001 uint64_t Heap::GetBytesAllocatedEver() const { in GetBytesAllocatedEver() function in art::gc::Heap