Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.cc291 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
294 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
/aosp12/art/runtime/gc/
H A Dheap.cc1773 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed); in RecordFreeRevoke()
2281 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings()); in UnBindBitmaps()
2296 + GetCurrentGcIteration()->GetFreedObjects() in IncrementFreedEver()
2297 + GetCurrentGcIteration()->GetFreedLargeObjects(), in IncrementFreedEver()
2300 + GetCurrentGcIteration()->GetFreedBytes() in IncrementFreedEver()
2301 + GetCurrentGcIteration()->GetFreedLargeObjectBytes(), in IncrementFreedEver()
2722 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); in LogGC()
2723 const std::vector<uint64_t>& pause_times = GetCurrentGcIteration()->GetPauseTimes(); in LogGC()
2768 blocking_gc_time_ += GetCurrentGcIteration()->GetDurationNs(); in FinishGC()
3412 TimingLogger* const timings = GetCurrentGcIteration()->GetTimings(); in PostGcVerificationPaused()
H A Dheap.h486 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function
489 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function