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

  /external/v8/src/heap/
objects-visiting.cc 252 collector->RecordSlot(tail, next_slot, retained);
348 collector->RecordSlot(context, slot, *slot);
371 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head);
mark-compact-inl.h 61 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot,
mark-compact.cc 955 isolate_->heap()->mark_compact_collector()->RecordSlot(
    [all...]
objects-visiting-inl.h 347 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot,
411 heap->mark_compact_collector()->RecordSlot(object, slot, obj);
incremental-marking.cc 60 heap_->mark_compact_collector()->RecordSlot(obj, slot, value);
243 heap->mark_compact_collector()->RecordSlot(object, p, target);
253 heap->mark_compact_collector()->RecordSlot(object, p, target);
637 heap_->mark_compact_collector()->RecordSlot(weak_cell, slot, *slot);
    [all...]
mark-compact.h 483 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
heap.cc     [all...]

Completed in 691 milliseconds