Searched refs:GetCurrentGcIteration (Results 1 – 3 of 3) sorted by relevance
169 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()172 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
1661 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed); in RecordFreeRevoke()2413 TimingLogger::ScopedTiming t("UnBindBitmaps", GetCurrentGcIteration()->GetTimings()); in UnBindBitmaps()2494 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in PreZygoteFork()2495 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in PreZygoteFork()2720 total_objects_freed_ever_ += GetCurrentGcIteration()->GetFreedObjects(); in CollectGarbageInternal()2721 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in CollectGarbageInternal()2741 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); in LogGC()2742 const std::vector<uint64_t>& pause_times = GetCurrentGcIteration()->GetPauseTimes(); in LogGC()2787 blocking_gc_time_ += GetCurrentGcIteration()->GetDurationNs(); in FinishGC()3413 TimingLogger* const timings = GetCurrentGcIteration()->GetTimings(); in PostGcVerificationPaused()
395 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function398 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function