Home
last modified time | relevance | path

Searched refs:CalculatePostGcWeightedAllocatedBytes (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc168 GetHeap()->CalculatePostGcWeightedAllocatedBytes(); in Run()
/art/runtime/gc/
Dheap.h444 void CalculatePostGcWeightedAllocatedBytes();
Dheap.cc1174 void Heap::CalculatePostGcWeightedAllocatedBytes() { in CalculatePostGcWeightedAllocatedBytes() function in art::gc::Heap