Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h99 collector_->RecordSlot(table, key_slot, key); in VisitEphemeronHashTable()
112 collector_->RecordSlot(table, value_slot, value); in VisitEphemeronHashTable()
168 collector_->RecordSlot(host, p, target_object); in VisitPointer()
179 collector_->RecordSlot(host, reinterpret_cast<HeapObjectReference**>(p), in VisitPointer()
186 collector_->RecordSlot(host, reinterpret_cast<HeapObjectReference**>(p), in VisitPointer()
388 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, in RecordSlot() function
390 RecordSlot(object, reinterpret_cast<HeapObjectReference**>(slot), target); in RecordSlot()
393 void MarkCompactCollector::RecordSlot(HeapObject* object, in RecordSlot() function
Dobjects-visiting.cc56 MarkCompactCollector::RecordSlot(slot_holder, slot, in VisitWeakList()
139 MarkCompactCollector::RecordSlot(context, slot, in VisitLiveObject()
162 heap->mark_compact_collector()->RecordSlot(context, head_slot, in DoWeakList()
Dconcurrent-marking.cc101 MarkCompactCollector::RecordSlot(host, slot, heap_object); in ProcessStrongHeapObject()
117 MarkCompactCollector::RecordSlot(host, slot, heap_object); in ProcessWeakHeapObject()
162 MarkCompactCollector::RecordSlot(host, slot, heap_object); in VisitPointersInSnapshot()
347 MarkCompactCollector::RecordSlot(table, key_slot, key); in VisitEphemeronHashTable()
360 MarkCompactCollector::RecordSlot(table, value_slot, value); in VisitEphemeronHashTable()
Dscavenger.cc72 heap_->mark_compact_collector()->RecordSlot(host, slot, target); in HandleSlot()
Dmark-compact.h619 V8_INLINE static void RecordSlot(HeapObject* object, Object** slot,
621 V8_INLINE static void RecordSlot(HeapObject* object,
Dincremental-marking.cc103 heap_->mark_compact_collector()->RecordSlot(obj, slot, in RecordWriteSlow()
Dmark-compact.cc966 MarkCompactCollector::RecordSlot(table_, p, heap_object); in VisitPointers()
1989 RecordSlot(transitions, key_slot, key); in CompactTransitionArray()
1994 RecordSlot(transitions, target_slot, raw_target->GetHeapObject()); in CompactTransitionArray()
2099 RecordSlot(slot.first, location, value); in ClearWeakReferences()