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

  /art/runtime/gc/
heap.cc 259 mark_compact_collector_(nullptr),
606 mark_compact_collector_ = new collector::MarkCompact(this);
607 garbage_collectors_.push_back(mark_compact_collector_);
    [all...]
heap.h 1368 collector::MarkCompact* mark_compact_collector_; member in class:art::gc::Heap
    [all...]
  /external/v8/src/heap/
heap.h 2286 MarkCompactCollector* mark_compact_collector_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
heap.cc 134 mark_compact_collector_(nullptr),
    [all...]

Completed in 253 milliseconds