Searched refs:GetCurrentIteration (Results 1 – 4 of 4) sorted by relevance
103 Iteration* GetCurrentIteration();104 const Iteration* GetCurrentIteration() const;106 return &GetCurrentIteration()->timings_; in GetTimings()
79 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()152 Iteration* current_iteration = GetCurrentIteration(); in Run()262 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration() function in art::gc::collector::GarbageCollector265 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector270 GetCurrentIteration()->freed_.Add(freed); in RecordFree()274 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
173 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()195 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit || in MarkingPhase()196 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()197 GetCurrentIteration()->GetClearSoftReferences()) { in MarkingPhase()214 GetCurrentIteration()->SetClearSoftReferences(true); in MarkingPhase()
141 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()183 GetCurrentIteration()->GetClearSoftReferences(), in ProcessReferences()