Searched refs:GetCurrentIteration (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/collector/ |
D | garbage_collector.cc | 75 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()
|
D | garbage_collector.h | 100 Iteration* GetCurrentIteration(); 101 const Iteration* GetCurrentIteration() const; 103 return &GetCurrentIteration()->timings_; in GetTimings()
|
D | semi_space.cc | 172 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()
|
D | mark_sweep.cc | 139 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase() 141 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase() 181 GetCurrentIteration()->GetClearSoftReferences(), in ProcessReferences()
|
D | mark_compact.cc | 127 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()
|
D | concurrent_copying.cc | 302 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase() 305 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase() 2754 true /*concurrent*/, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()
|