Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h103 Iteration* GetCurrentIteration();
104 const Iteration* GetCurrentIteration() const;
106 return &GetCurrentIteration()->timings_; in GetTimings()
Dgarbage_collector.cc79 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()
152 Iteration* current_iteration = GetCurrentIteration(); in Run()
253 Iteration* GarbageCollector::GetCurrentIteration() { in GetCurrentIteration() function in art::gc::collector::GarbageCollector
256 const Iteration* GarbageCollector::GetCurrentIteration() const { in GetCurrentIteration() function in art::gc::collector::GarbageCollector
261 GetCurrentIteration()->freed_.Add(freed); in RecordFree()
265 GetCurrentIteration()->freed_los_.Add(freed); in RecordFreeLOS()
Dsemi_space.cc149 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()
172 GetCurrentIteration()->SetClearSoftReferences(true); in MarkingPhase()
Dmark_sweep.cc141 if (!GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
183 GetCurrentIteration()->GetClearSoftReferences(), in ProcessReferences()
Dconcurrent_copying.cc392 GcCause gc_cause = GetCurrentIteration()->GetGcCause(); in InitializePhase()
398 GetCurrentIteration()->GetClearSoftReferences()) { in InitializePhase()
3755 /*concurrent=*/ true, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this); in ProcessReferences()