Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc193 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
196 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
/art/runtime/gc/
Dheap.cc1548 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed); in RecordFreeRevoke()
2271 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings()); in UnBindBitmaps()
2354 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in PreZygoteFork()
2355 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in PreZygoteFork()
2617 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in CollectGarbageInternal()
2618 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in CollectGarbageInternal()
2638 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); in LogGC()
2639 const std::vector<uint64_t>& pause_times = GetCurrentGcIteration()->GetPauseTimes(); in LogGC()
2684 blocking_gc_time_ += GetCurrentGcIteration()->GetDurationNs(); in FinishGC()
3308 TimingLogger* const timings = GetCurrentGcIteration()->GetTimings(); in PostGcVerificationPaused()
Dheap.h429 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function
432 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function