Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc199 GetHeap()->CalculatePreGcWeightedAllocatedBytes(); in Run()
/art/runtime/gc/
Dheap.h464 void CalculatePreGcWeightedAllocatedBytes();
Dheap.cc1251 void Heap::CalculatePreGcWeightedAllocatedBytes() { in CalculatePreGcWeightedAllocatedBytes() function in art::gc::Heap
/art/runtime/
Druntime.cc376 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()