Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h444 double GetPreGcWeightedAllocatedBytes() const { in GetPreGcWeightedAllocatedBytes() function
/art/runtime/
Druntime.cc359 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time; in ~Runtime()