Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc172 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
175 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
/art/runtime/gc/
Dheap.cc1482 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed); in RecordFreeRevoke()
2177 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings()); in UnBindBitmaps()
2257 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in PreZygoteFork()
2258 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in PreZygoteFork()
2469 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in CollectGarbageInternal()
2470 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in CollectGarbageInternal()
2484 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); in LogGC()
2485 const std::vector<uint64_t>& pause_times = GetCurrentGcIteration()->GetPauseTimes(); in LogGC()
2530 blocking_gc_time_ += GetCurrentGcIteration()->GetDurationNs(); in FinishGC()
3134 TimingLogger* const timings = GetCurrentGcIteration()->GetTimings(); in PostGcVerificationPaused()
Dheap.h360 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function
363 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function