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.cc602 if (MayUseCollector(kCollectorTypeMC)) { in Heap()
2124 if (collector_type == kCollectorTypeMC) { in ChangeCollector()
2140 case kCollectorTypeMC: // Fall-through. in ChangeCollector()
2583 case kCollectorTypeMC: in CollectGarbageInternal()
Dheap.h883 collector_type == kCollectorTypeMC || in IsMovingGc()
/art/runtime/
Dparsed_options_test.cc127 EXPECT_EQ(gc::kCollectorTypeMC, xgc.collector_type_); in TEST_F()
/art/runtime/gc/collector/
Dmark_compact.h77 return kCollectorTypeMC; in GetCollectorType()
/art/cmdline/
Dcmdline_types.h420 return gc::kCollectorTypeMC;