Home
last modified time | relevance | path

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

/art/runtime/gc/
Dcollector_type.h38 kCollectorTypeCMCBackground, enumerator
Dheap.h1084 collector_type == kCollectorTypeCMCBackground || in IsMovingGc()
1273 collector_type_ == kCollectorTypeCMCBackground; in IsGcConcurrent()
Dheap.cc443 CHECK_EQ(background_collector_type_, kCollectorTypeCMCBackground); in Heap()
1582 desired_collector_type == kCollectorTypeCMCBackground) { in DoPendingCollectorTransition()
4059 DCHECK_EQ(desired_collector_type_, kCollectorTypeCMCBackground); in RequestCollectorTransition()
4062 DCHECK_NE(collector_type_, kCollectorTypeCMCBackground); in RequestCollectorTransition()
/art/runtime/metrics/
Dstatsd.cc310 case gc::CollectorType::kCollectorTypeCMCBackground: in EncodeGcCollectorType()
/art/runtime/
Druntime.cc1755 (gUseUserfaultfd ? BackgroundGcOption(gc::kCollectorTypeCMCBackground) : in Init()