Searched refs:RecordSlot (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/heap/ |
H A D | objects-visiting.cc | 213 collector->RecordSlot(tail, next_slot, retained); 309 collector->RecordSlot(context, slot, *slot); 332 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head);
|
H A D | incremental-marking.cc | 71 heap_->mark_compact_collector()->RecordSlot(obj, slot, value); 247 heap->mark_compact_collector()->RecordSlot(object, p, target); 257 heap->mark_compact_collector()->RecordSlot(object, p, target); 630 heap_->mark_compact_collector()->RecordSlot(weak_cell, slot, *slot);
|
H A D | mark-compact-inl.h | 59 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, function in class:v8::internal::MarkCompactCollector
|
H A D | mark-compact.cc | 1002 isolate_->heap()->mark_compact_collector()->RecordSlot( 1038 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot, 1179 collector->RecordSlot(object, p, target_object); 1215 collector->RecordSlot(object, p, o); 1254 heap->mark_compact_collector()->RecordSlot(data, slot, code); 1466 collector->RecordSlot(table_, p, o); 2568 RecordSlot(transitions, key_slot, key); 2659 RecordSlot(table, key_slot, *key_slot); 2738 RecordSlot(value, slot, *slot); 2740 RecordSlot(weak_cel [all...] |
H A D | objects-visiting-inl.h | 349 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, 426 heap->mark_compact_collector()->RecordSlot(object, slot, obj);
|
H A D | mark-compact.h | 549 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
|
H A D | heap.cc | 4689 mark_compact_collector()->RecordSlot(object, slot, target);
|
Completed in 153 milliseconds