Home
last modified time | relevance | path

Searched refs:kCollectorTypeCCBackground (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dcollector_type.h40 kCollectorTypeCCBackground, enumerator
Dheap.h985 collector_type == kCollectorTypeCCBackground || in IsMovingGc()
1168 collector_type_ == kCollectorTypeCCBackground; in IsGcConcurrent()
Dheap.cc364 CHECK_EQ(background_collector_type_, kCollectorTypeCCBackground); in Heap()
1413 } else if (desired_collector_type == kCollectorTypeCCBackground) { in DoPendingCollectorTransition()
3761 DCHECK_EQ(desired_collector_type_, kCollectorTypeCCBackground); in RequestCollectorTransition()
3763 DCHECK_NE(collector_type_, kCollectorTypeCCBackground); in RequestCollectorTransition()
/art/runtime/
Druntime.cc1396 kUseReadBarrier ? BackgroundGcOption(gc::kCollectorTypeCCBackground) in Init()