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.h439 void CalculatePreGcWeightedAllocatedBytes();
Dheap.cc1108 void Heap::CalculatePreGcWeightedAllocatedBytes() { in CalculatePreGcWeightedAllocatedBytes() function in art::gc::Heap
/art/runtime/
Druntime.cc337 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()