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

  /art/runtime/gc/
collector_type.h 34 kCollectorTypeSS,
35 // A generational variant of kCollectorTypeSS.
heap.cc 295 background_collector_type_ == kCollectorTypeSS ||
296 foreground_collector_type_ == kCollectorTypeSS) {
    [all...]
heap.h 630 return collector_type == kCollectorTypeSS || collector_type == kCollectorTypeGSS ||
    [all...]
  /art/runtime/gc/collector/
semi_space.h 80 return generational_ ? kCollectorTypeGSS : kCollectorTypeSS;
  /art/runtime/
parsed_options.cc 113 return gc::kCollectorTypeSS;
197 collector_type_ = gc::kCollectorTypeSS;
213 background_collector_type_ = gc::kCollectorTypeSS;
676 gc::kCollectorTypeSS : gc::kCollectorTypeHomogeneousSpaceCompact;
    [all...]

Completed in 33 milliseconds