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 582 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent));
583 garbage_collectors_.push_back(new collector::PartialMarkSweep(this, concurrent));
584 garbage_collectors_.push_back(new collector::StickyMarkSweep(this, concurrent));
595 garbage_collectors_.push_back(semi_space_collector_);
603 garbage_collectors_.push_back(concurrent_copying_collector_);
607 garbage_collectors_.push_back(mark_compact_collector_);
    [all...]
heap.h 1366 std::vector<collector::GarbageCollector*> garbage_collectors_; member in class:art::gc::Heap
    [all...]

Completed in 198 milliseconds