Home
last modified time | relevance | path

Searched refs:GetClearSoftReferences (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Diteration.h76 bool GetClearSoftReferences() const { in GetClearSoftReferences() function
Dsemi_space.cc149 rp->Setup(self, this, /*concurrent=*/false, GetCurrentIteration()->GetClearSoftReferences()); in ProcessReferences()
Dmark_sweep.cc141 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
213 rp->Setup(self, this, /*concurrent=*/true, GetCurrentIteration()->GetClearSoftReferences()); in PausePhase()
Dconcurrent_copying.cc440 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
1629 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in CopyingPhase()
Dmark_compact.cc4536 bool clear_soft_references = GetCurrentIteration()->GetClearSoftReferences(); in MarkingPhase()