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

  /art/runtime/gc/collector/
gc_type.h 32 kGcTypeSticky,
sticky_mark_sweep.h 30 return kGcTypeSticky;
mark_sweep.cc 140 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky);
262 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 214 milliseconds