HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentIteration (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 63 GetCurrentIteration()->pause_times_.push_back(nano_length);
78 Iteration* current_iteration = GetCurrentIteration();
158 Iteration* GarbageCollector::GetCurrentIteration() {
161 const Iteration* GarbageCollector::GetCurrentIteration() const {
166 GetCurrentIteration()->freed_.Add(freed);
170 GetCurrentIteration()->freed_los_.Add(freed);
garbage_collector.h 168 Iteration* GetCurrentIteration();
169 const Iteration* GetCurrentIteration() const;
171 return &GetCurrentIteration()->timings_;
semi_space.cc 159 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(),
182 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
183 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc ||
184 GetCurrentIteration()->GetClearSoftReferences()) {
201 GetCurrentIteration()->SetClearSoftReferences(true);
    [all...]
mark_sweep.cc 134 if (!GetCurrentIteration()->GetClearSoftReferences()) {
136 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky);
174 true, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(),
    [all...]
mark_compact.cc 146 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(),

Completed in 364 milliseconds