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

  /external/v8/src/heap/
incremental-marking.cc 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(),
    [all...]
objects-visiting.cc 20 heap->mark_compact_collector()->is_compacting();
162 heap->mark_compact_collector()->RecordSlot(context, head_slot,
scavenger.cc 72 heap_->mark_compact_collector()->RecordSlot(host, slot, target);
112 heap()->mark_compact_collector()->sweeper()->AddPage(
sweeper.cc 27 sweeper_->heap_->mark_compact_collector()->EnsureSweepingCompleted();
140 heap_->mark_compact_collector()->non_atomic_marking_state();
heap.cc     [all...]
mark-compact.cc 154 heap->mark_compact_collector()->non_atomic_marking_state()) {}
954 heap_->mark_compact_collector()->non_atomic_marking_state();
    [all...]
object-stats.cc 404 heap->mark_compact_collector()->non_atomic_marking_state()),
    [all...]
spaces.cc 67 heap->mark_compact_collector()->sweeper()->EnsurePageIsIterable(cur_page);
    [all...]
heap.h 796 MarkCompactCollector* mark_compact_collector() { function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
factory.cc     [all...]
  /external/v8/src/
isolate.cc     [all...]

Completed in 139 milliseconds