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

  /art/runtime/gc/collector/
garbage_collector.h 100 Iteration* GetCurrentIteration();
101 const Iteration* GetCurrentIteration() const;
103 return &GetCurrentIteration()->timings_;
garbage_collector.cc 75 GetCurrentIteration()->pause_times_.push_back(nano_length);
91 Iteration* current_iteration = GetCurrentIteration();
192 Iteration* GarbageCollector::GetCurrentIteration() {
195 const Iteration* GarbageCollector::GetCurrentIteration() const {
200 GetCurrentIteration()->freed_.Add(freed);
204 GetCurrentIteration()->freed_los_.Add(freed);
semi_space.cc 172 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this);
194 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
195 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc ||
196 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAllocBlocking ||
197 GetCurrentIteration()->GetClearSoftReferences()) {
214 GetCurrentIteration()->SetClearSoftReferences(true);
    [all...]
mark_sweep.cc 138 if (!GetCurrentIteration()->GetClearSoftReferences()) {
140 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky);
180 GetCurrentIteration()->GetClearSoftReferences(),
    [all...]
mark_compact.cc 125 false, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(), this);
concurrent_copying.cc 300 GcCause gc_cause = GetCurrentIteration()->GetGcCause();
304 GetCurrentIteration()->GetClearSoftReferences()) {
    [all...]

Completed in 163 milliseconds