Searched refs:GetCurrentIteration (Results 1 – 6 of 6) sorted by relevance
138 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()200 Iteration* current_iteration = GetCurrentIteration(); in Run()348 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration() function in art::gc::collector::GarbageCollector351 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector361 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit && in ShouldEagerlyReleaseMemoryToOS()373 GetCurrentIteration()->freed_.Add(freed); in RecordFree()377 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
107 Iteration* GetCurrentIteration();108 const Iteration* GetCurrentIteration() const;110 return &GetCurrentIteration()->timings_; in GetTimings()
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()
434 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()440 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()1629 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in CopyingPhase()2824 GetCurrentIteration()->SetScannedBytes(bytes_scanned_); in ReclaimPhase()
2838 << " large-object-space bytes-freed:" << GetCurrentIteration()->GetFreedLargeObjectBytes() in UpdateMovingSpaceBlackAllocations()4536 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in MarkingPhase()4818 GetCurrentIteration()->SetScannedBytes(bytes_scanned_); in FinishPhase()