Home
last modified time | relevance | path

Searched refs:CalculatePreGcWeightedAllocatedBytes (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc161 GetHeap()->CalculatePreGcWeightedAllocatedBytes(); in Run()
/art/runtime/gc/
Dheap.h443 void CalculatePreGcWeightedAllocatedBytes();
Dheap.cc1167 void Heap::CalculatePreGcWeightedAllocatedBytes() { in CalculatePreGcWeightedAllocatedBytes() function in art::gc::Heap
/art/runtime/
Druntime.cc355 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()