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

  /art/runtime/gc/collector/
gc_type.h 34 kGcTypePartial,
partial_mark_sweep.h 30 return kGcTypePartial;
concurrent_copying.h 38 return kGcTypePartial;
mark_compact.h 75 return kGcTypePartial;
semi_space.h 77 return kGcTypePartial;
mark_sweep.cc 848 const bool partial = GetGcType() == kGcTypePartial;
    [all...]
  /art/runtime/gc/
heap.cc 151 next_gc_type_(collector::kGcTypePartial),
    [all...]

Completed in 386 milliseconds