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