Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc75 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()
91 Iteration* current_iteration = GetCurrentIteration(); in Run()
192 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration() function in art::gc::collector::GarbageCollector
195 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector
200 GetCurrentIteration()->freed_.Add(freed); in RecordFree()
204 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
Dgarbage_collector.h100 Iteration* GetCurrentIteration();
101 const Iteration* GetCurrentIteration() const;
103 return &GetCurrentIteration()->timings_; in GetTimings()
Dsemi_space.cc172 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()
194 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit || in MarkingPhase()
195 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()
196 GetCurrentIteration()->GetClearSoftReferences()) { in MarkingPhase()
213 GetCurrentIteration()->SetClearSoftReferences(true); in MarkingPhase()
Dmark_sweep.cc139 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
141 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
181 GetCurrentIteration()->GetClearSoftReferences(), in ProcessReferences()
Dmark_compact.cc127 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()
Dconcurrent_copying.cc302 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()
305 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
2754 true /*concurrent*/, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()