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

  /external/v8/src/heap/
incremental-marking.cc 60 heap_->mark_compact_collector()->RecordSlot(obj, slot, value);
107 heap_->mark_compact_collector()->RecordCodeEntrySlot(
116 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
123 heap_->mark_compact_collector()->marking_deque()->Push(obj);
209 heap->mark_compact_collector()->marking_deque()->IsFull();
214 heap->mark_compact_collector()->marking_deque()->Unshift(object);
217 heap->mark_compact_collector()->UnshiftBlack(object);
243 heap->mark_compact_collector()->RecordSlot(object, p, target);
253 heap->mark_compact_collector()->RecordSlot(object, p, target);
482 if (!heap_->mark_compact_collector()->sweeping_in_progress())
    [all...]
objects-visiting-inl.h 222 heap->mark_compact_collector()->RecordCodeEntrySlot(object, entry_address,
234 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
250 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
264 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
285 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
297 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
347 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot,
411 heap->mark_compact_collector()->RecordSlot(object, slot, obj);
424 code->MakeOlder(heap->mark_compact_collector()->marking_parity());
444 MarkCompactCollector* collector = heap->mark_compact_collector();
    [all...]
objects-visiting.cc 220 heap->mark_compact_collector()->is_compacting();
233 MarkCompactCollector* collector = heap->mark_compact_collector();
344 MarkCompactCollector* collector = heap->mark_compact_collector();
371 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head);
mark-compact.cc 76 CHECK(heap_->mark_compact_collector()->IsMarked(object));
950 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot(
955 isolate_->heap()->mark_compact_collector()->RecordSlot(
    [all...]
heap.cc     [all...]
scavenger.cc 251 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot(
spaces.cc 55 ->mark_compact_collector()
398 MarkCompactCollector* mc = isolate_->heap()->mark_compact_collector();
    [all...]
heap.h 1008 MarkCompactCollector* mark_compact_collector() { function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /external/v8/src/ic/
ic-inl.h 79 heap->mark_compact_collector()->RecordCodeTargetPatch(address, target);
  /external/v8/src/
contexts.cc 440 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
isolate.cc     [all...]
frames.cc     [all...]
deoptimizer.cc 337 isolate->heap()->mark_compact_collector()->InvalidateCode(codes[i]);
    [all...]
objects-inl.h     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]

Completed in 307 milliseconds