Home
last modified time | relevance | path

Searched refs:GetCurrentIteration (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc138 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::GarbageCollector
351 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector
361 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit && in ShouldEagerlyReleaseMemoryToOS()
373 GetCurrentIteration()->freed_.Add(freed); in RecordFree()
377 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
Dgarbage_collector.h107 Iteration* GetCurrentIteration();
108 const Iteration* GetCurrentIteration() const;
110 return &GetCurrentIteration()->timings_; in GetTimings()
Dsemi_space.cc149 rp->Setup(self, this, /*concurrent=*/false, GetCurrentIteration()->GetClearSoftReferences()); in ProcessReferences()
173 GetCurrentIteration()->SetClearSoftReferences(true); in MarkingPhase()
Dmark_sweep.cc141 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
213 rp->Setup(self, this, /*concurrent=*/true, GetCurrentIteration()->GetClearSoftReferences()); in PausePhase()
Dconcurrent_copying.cc434 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()
Dmark_compact.cc2838 << " 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()