Home
last modified time | relevance | path

Searched refs:kCollectorTypeCMS (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dcollector_type.h32 kCollectorTypeCMS, enumerator
Dheap.h773 return collector_type_ == kCollectorTypeCMS || collector_type_ == kCollectorTypeCC; in IsGcConcurrent()
Dheap.cc511 foreground_collector_type_ = kCollectorTypeCMS; in DisableMovingGc()
1688 case kCollectorTypeCMS: { in TransitionCollector()
1773 case kCollectorTypeCMS: { in ChangeCollector()
/art/runtime/gc/collector/
Dmark_sweep.h79 return is_concurrent_ ? kCollectorTypeCMS : kCollectorTypeMS; in GetCollectorType()
/art/runtime/
Dparsed_options.cc111 return gc::kCollectorTypeCMS; in ParseCollectorType()
195 collector_type_ = gc::kCollectorTypeCMS; in Parse()