Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc263 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
266 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
/art/runtime/gc/
Dheap.cc1697 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed); in RecordFreeRevoke()
2425 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings()); in UnBindBitmaps()
2510 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in PreZygoteFork()
2511 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in PreZygoteFork()
2791 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in CollectGarbageInternal()
2792 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in CollectGarbageInternal()
2819 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); in LogGC()
2820 const std::vector<uint64_t>& pause_times = GetCurrentGcIteration()->GetPauseTimes(); in LogGC()
2865 blocking_gc_time_ += GetCurrentGcIteration()->GetDurationNs(); in FinishGC()
3501 TimingLogger* const timings = GetCurrentGcIteration()->GetTimings(); in PostGcVerificationPaused()
Dheap.h481 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function
484 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function