Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc151 GetHeap()->CalculatePreGcWeightedAllocatedBytes(); in Run()
/art/runtime/gc/
Dheap.h452 void CalculatePreGcWeightedAllocatedBytes();
Dheap.cc1120 void Heap::CalculatePreGcWeightedAllocatedBytes() { in CalculatePreGcWeightedAllocatedBytes() function in art::gc::Heap
/art/runtime/
Druntime.cc343 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()