Home
last modified time | relevance | path

Searched refs:kCollectorTypeMC (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dcollector_type.h38 kCollectorTypeMC, enumerator
Dheap.cc600 if (MayUseCollector(kCollectorTypeMC)) { in Heap()
2251 if (collector_type == kCollectorTypeMC) { in ChangeCollector()
2267 case kCollectorTypeMC: // Fall-through. in ChangeCollector()
2681 case kCollectorTypeMC: in CollectGarbageInternal()
Dheap.h829 collector_type == kCollectorTypeMC || in IsMovingGc()
/art/runtime/
Dparsed_options_test.cc128 EXPECT_EQ(gc::kCollectorTypeMC, xgc.collector_type_); in TEST_F()
/art/runtime/gc/collector/
Dmark_compact.h78 return kCollectorTypeMC; in GetCollectorType()
/art/cmdline/
Dcmdline_types.h456 return gc::kCollectorTypeMC;