Searched refs:RecordSlot (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/heap/ |
D | objects-visiting.cc | 208 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()
|
D | incremental-marking.cc | 71 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()
|
D | mark-compact-inl.h | 59 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, in RecordSlot() function
|
D | mark-compact.cc | 1005 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()
|
D | objects-visiting-inl.h | 345 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, in VisitWeakCell() 422 heap->mark_compact_collector()->RecordSlot(object, slot, obj); in VisitWeakCollection()
|
D | mark-compact.h | 400 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
|
D | heap.cc | 4503 mark_compact_collector()->RecordSlot(object, slot, target); in IterateAndMarkPointersToFromSpace()
|