Home
last modified time | relevance | path

Searched refs:RecordSlot (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dobjects-visiting.cc213 collector->RecordSlot(tail, next_slot, retained); in VisitWeakList()
309 collector->RecordSlot(context, slot, *slot); in VisitLiveObject()
332 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head); in DoWeakList()
Dincremental-marking.cc71 heap_->mark_compact_collector()->RecordSlot(obj, slot, value); in RecordWriteSlow()
247 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
257 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
630 heap_->mark_compact_collector()->RecordSlot(weak_cell, slot, *slot); in ProcessWeakCells()
Dmark-compact-inl.h59 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, in RecordSlot() function
Dmark-compact.cc1002 isolate_->heap()->mark_compact_collector()->RecordSlot( in ProcessJSFunctionCandidates()
1038 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot, in ProcessSharedFunctionInfoCandidates()
1179 collector->RecordSlot(object, p, target_object); in INLINE()
1215 collector->RecordSlot(object, p, o); in INLINE()
1254 heap->mark_compact_collector()->RecordSlot(data, slot, code); in UpdateRegExpCodeAgeAndFlush()
1466 collector->RecordSlot(table_, p, o); in VisitPointers()
2568 RecordSlot(transitions, key_slot, key); in CompactTransitionArray()
2659 RecordSlot(table, key_slot, *key_slot); in ProcessWeakCollections()
2738 RecordSlot(value, slot, *slot); in ClearWeakCells()
2740 RecordSlot(weak_cell, slot, *slot); in ClearWeakCells()
[all …]
Dobjects-visiting-inl.h349 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, in VisitWeakCell()
426 heap->mark_compact_collector()->RecordSlot(object, slot, obj); in VisitWeakCollection()
Dmark-compact.h549 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
Dheap.cc4689 mark_compact_collector()->RecordSlot(object, slot, target); in IteratePromotedObjectPointers()