Searched defs:ConcurrentCopying (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dconcurrent_copying.h26 class ConcurrentCopying : public GarbageCollector { class in namespace:art::gc::collector
28 explicit ConcurrentCopying(Heap* heap, bool generational = false, function in class:art::gc::collector::ConcurrentCopying
34 ~ConcurrentCopying() {}
46 DISALLOW_COPY_AND_ASSIGN(ConcurrentCopying);

Completed in 40 milliseconds