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

/external/v8/src/heap/
H A Dobjects-visiting.cc213 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 Dincremental-marking.cc71 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 Dmark-compact-inl.h59 void MarkCompactCollector::RecordSlot(HeapObject* object, Object** slot, function in class:v8::internal::MarkCompactCollector
H A Dmark-compact.cc1002 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 Dobjects-visiting-inl.h349 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot,
426 heap->mark_compact_collector()->RecordSlot(object, slot, obj);
H A Dmark-compact.h549 INLINE(void RecordSlot(HeapObject* object, Object** slot, Object* target));
H A Dheap.cc4689 mark_compact_collector()->RecordSlot(object, slot, target);

Completed in 153 milliseconds