HomeSort by relevance Sort by last modified time
    Searched refs:concurrent_copying_collector_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap.h 1019 collector::ConcurrentCopying* concurrent_copying_collector_; member in class:art::gc::Heap
    [all...]
heap.cc 430 concurrent_copying_collector_ = new collector::ConcurrentCopying(this);
431 garbage_collectors_.push_back(concurrent_copying_collector_);
    [all...]

Completed in 364 milliseconds