Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2659 collector::ConcurrentCopying* active_cc_collector; in CollectGarbageInternal() local
2663 active_cc_collector = (gc_type == collector::kGcTypeSticky) ? in CollectGarbageInternal()
2665 active_concurrent_copying_collector_.store(active_cc_collector, in CollectGarbageInternal()
2667 DCHECK(active_cc_collector->RegionSpace() == region_space_); in CollectGarbageInternal()
2668 collector = active_cc_collector; in CollectGarbageInternal()