Home | History | Annotate | Download | only in heap

Lines Matching refs:mark_compact_collector

103     heap_->mark_compact_collector()->RecordSlot(obj, slot,
122 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
348 if (!heap_->mark_compact_collector()->sweeping_in_progress()) {
381 !FLAG_never_compact && heap_->mark_compact_collector()->StartCompaction();
396 heap_->mark_compact_collector()->VerifyMarkbitsAreClean();
749 IncrementalMarkingMarkingVisitor visitor(heap()->mark_compact_collector(),
769 IncrementalMarkingMarkingVisitor visitor(heap()->mark_compact_collector(),
955 if (heap_->mark_compact_collector()->sweeping_in_progress() &&
957 !heap_->mark_compact_collector()->sweeper()->AreSweeperTasksRunning())) {
958 heap_->mark_compact_collector()->EnsureSweepingCompleted();
960 if (!heap_->mark_compact_collector()->sweeping_in_progress()) {