Searched refs:GetCurrentIteration (Results 1 – 6 of 6) sorted by relevance
107 Iteration* GetCurrentIteration();108 const Iteration* GetCurrentIteration() const;110 return &GetCurrentIteration()->timings_; in GetTimings()
94 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()169 Iteration* current_iteration = GetCurrentIteration(); in Run()311 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration() function in art::gc::collector::GarbageCollector314 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector319 GetCurrentIteration()->freed_.Add(freed); in RecordFree()323 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
149 rp->Setup(self, this, /*concurrent=*/false, GetCurrentIteration()->GetClearSoftReferences()); in ProcessReferences()173 GetCurrentIteration()->SetClearSoftReferences(true); in MarkingPhase()
141 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()213 rp->Setup(self, this, /*concurrent=*/true, GetCurrentIteration()->GetClearSoftReferences()); in PausePhase()
430 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()436 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()1642 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in CopyingPhase()2831 GetCurrentIteration()->SetScannedBytes(bytes_scanned_); in ReclaimPhase()
3957 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in MarkingPhase()4238 GetCurrentIteration()->SetScannedBytes(bytes_scanned_); in FinishPhase()