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 601 mark_compact_collector_ = new collector::MarkCompact(this);
602 garbage_collectors_.push_back(mark_compact_collector_);
    [all...]
heap.h 1273 collector::MarkCompact* mark_compact_collector_; member in class:art::gc::Heap
    [all...]
  /external/v8/src/heap/
heap.h 2187 MarkCompactCollector* mark_compact_collector_; member in class:v8::internal::Heap
    [all...]
heap.cc 137 mark_compact_collector_(nullptr),
    [all...]

Completed in 180 milliseconds