Searched refs:RecordSlot (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/heap/ |
D | objects-visiting.cc | 213 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()
|
D | incremental-marking.cc | 71 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()
|
D | mark-compact-inl.h | 59 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, in RecordSlot() function
|
D | mark-compact.cc | 1002 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 …]
|
D | objects-visiting-inl.h | 349 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, in VisitWeakCell() 426 heap->mark_compact_collector()->RecordSlot(object, slot, obj); in VisitWeakCollection()
|
D | mark-compact.h | 549 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
|
D | heap.cc | 4689 mark_compact_collector()->RecordSlot(object, slot, target); in IteratePromotedObjectPointers()
|