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

  /external/v8/src/heap/
incremental-marking.cc 43 heap_->mark_compact_collector()->RecordSlot(HeapObject::RawField(obj, 0),
94 heap_->mark_compact_collector()->RecordCodeEntrySlot(
118 heap_->mark_compact_collector()->RecordRelocSlot(rinfo,
226 heap->mark_compact_collector()->RecordSlot(p, p, obj);
235 heap->mark_compact_collector()->RecordSlot(start, p, obj);
246 heap->mark_compact_collector()->RecordSlot(anchor, p, obj);
523 if (!heap_->mark_compact_collector()->sweeping_in_progress()) {
542 heap_->mark_compact_collector()->StartCompaction(
566 heap_->mark_compact_collector()->VerifyMarkbitsAreClean();
583 heap_->mark_compact_collector()->MarkWeakObjectToCodeTable()
    [all...]
objects-visiting.cc 182 heap->mark_compact_collector()->is_compacting();
195 MarkCompactCollector* collector = heap->mark_compact_collector();
320 heap->mark_compact_collector()->RecordSlot(head_slot, head_slot,
368 heap->mark_compact_collector()->RecordSlot(slot, slot, typed_array_obj);
sweeper-thread.cc 21 collector_(heap_->mark_compact_collector()),
objects-visiting-inl.h 209 heap->mark_compact_collector()->RecordCodeEntrySlot(entry_address, code);
219 heap->mark_compact_collector()->RecordRelocSlot(rinfo, object);
249 heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
273 heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
284 heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
295 MarkCompactCollector* collector = map->GetHeap()->mark_compact_collector();
339 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
365 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
407 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
418 code->MakeOlder(heap->mark_compact_collector()->marking_parity())
    [all...]
mark-compact.cc 67 CHECK(heap_->mark_compact_collector()->IsMarked(object));
545 heap_->mark_compact_collector()->SweepInParallel(space_, 0);
546 heap_->mark_compact_collector()->pending_sweeper_jobs_semaphore_.Signal();
    [all...]
store-buffer.cc 496 heap_->mark_compact_collector()->SweepInParallel(page, owner);
502 heap_->mark_compact_collector()->EnsureSweepingCompleted();
heap.cc 418 mark_compact_collector()->EnableCodeFlushing(true);
752 mark_compact_collector()->SetFlags(kMakeHeapIterableMask |
763 mark_compact_collector()->SetFlags(kNoGCFlags);
809 !mark_compact_collector()->abort_incremental_marking() &&
848 if (!mark_compact_collector()->abort_incremental_marking() &&
    [all...]
spaces.cc 934 DCHECK(!heap()->mark_compact_collector()->in_use());
    [all...]
heap.h 1197 MarkCompactCollector* mark_compact_collector() { function in class:v8::internal::Heap
    [all...]
  /external/v8/src/ic/
ic-inl.h 113 heap->mark_compact_collector()->RecordCodeTargetPatch(address, target);
  /external/v8/src/
contexts.cc 307 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
isolate.cc     [all...]
deoptimizer.cc 431 isolate->heap()->mark_compact_collector()->InvalidateCode(codes[i]);
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/v8/test/cctest/
cctest.h 507 i::MarkCompactCollector* collector = heap->mark_compact_collector();
test-heap.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]

Completed in 2226 milliseconds