Searched refs:RecordSlot (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/heap/ |
D | mark-compact-inl.h | 99 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
|
D | objects-visiting.cc | 56 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()
|
D | concurrent-marking.cc | 101 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()
|
D | scavenger.cc | 72 heap_->mark_compact_collector()->RecordSlot(host, slot, target); in HandleSlot()
|
D | mark-compact.h | 619 V8_INLINE static void RecordSlot(HeapObject* object, Object** slot, 621 V8_INLINE static void RecordSlot(HeapObject* object,
|
D | incremental-marking.cc | 103 heap_->mark_compact_collector()->RecordSlot(obj, slot, in RecordWriteSlow()
|
D | mark-compact.cc | 966 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()
|