Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting.cc208 collector->RecordSlot(tail, next_slot, retained); in VisitWeakList()
304 collector->RecordSlot(context, slot, *slot); in VisitLiveObject()
327 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()
283 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
293 heap->mark_compact_collector()->RecordSlot(object, p, target); in INLINE()
639 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.cc1005 isolate_->heap()->mark_compact_collector()->RecordSlot( in ProcessJSFunctionCandidates()
1041 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot, in ProcessSharedFunctionInfoCandidates()
1181 collector->RecordSlot(object, p, target_object); in INLINE()
1217 collector->RecordSlot(object, p, o); in INLINE()
1258 heap->mark_compact_collector()->RecordSlot(data, slot, code); in UpdateRegExpCodeAgeAndFlush()
2315 RecordSlot(transitions, key_slot, key); in CompactTransitionArray()
2406 RecordSlot(table, key_slot, *key_slot); in ProcessWeakCollections()
2487 RecordSlot(value, slot, *slot); in ClearWeakCells()
2489 RecordSlot(weak_cell, slot, *slot); in ClearWeakCells()
2514 RecordSlot(weak_cell, slot, *slot); in ClearWeakCells()
Dobjects-visiting-inl.h345 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, in VisitWeakCell()
422 heap->mark_compact_collector()->RecordSlot(object, slot, obj); in VisitWeakCollection()
Dmark-compact.h400 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
Dheap.cc4503 mark_compact_collector()->RecordSlot(object, slot, target); in IterateAndMarkPointersToFromSpace()