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

  /art/runtime/gc/
heap.cc 648 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent));
649 garbage_collectors_.push_back(new collector::PartialMarkSweep(this, concurrent));
650 garbage_collectors_.push_back(new collector::StickyMarkSweep(this, concurrent));
661 garbage_collectors_.push_back(semi_space_collector_);
    [all...]
heap.h 1459 std::vector<collector::GarbageCollector*> garbage_collectors_; member in class:art::gc::Heap
    [all...]

Completed in 198 milliseconds