Searched refs:GetCurrentGcIteration (Results 1 – 3 of 3) sorted by relevance
193 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()196 return heap_->GetCurrentGcIteration(); in GetCurrentIteration()
1548 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()
429 const collector::Iteration* GetCurrentGcIteration() const { in GetCurrentGcIteration() function432 collector::Iteration* GetCurrentGcIteration() { in GetCurrentGcIteration() function