HomeSort by relevance Sort by last modified time
    Searched refs:RecordSlot (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/heap/
mark-compact-inl.h 57 void MarkCompactCollector::RecordSlot(Object** anchor_slot, Object** slot,
objects-visiting.cc 212 collector->RecordSlot(next_slot, next_slot, retained);
320 heap->mark_compact_collector()->RecordSlot(head_slot, head_slot,
368 heap->mark_compact_collector()->RecordSlot(slot, slot, typed_array_obj);
objects-visiting-inl.h 299 collector->RecordSlot(slot, slot, *slot);
339 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
365 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
407 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
490 heap->mark_compact_collector()->RecordSlot(slot, slot, object);
641 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
667 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
    [all...]
incremental-marking.cc 43 heap_->mark_compact_collector()->RecordSlot(HeapObject::RawField(obj, 0),
226 heap->mark_compact_collector()->RecordSlot(p, p, obj);
235 heap->mark_compact_collector()->RecordSlot(start, p, obj);
246 heap->mark_compact_collector()->RecordSlot(anchor, p, obj);
    [all...]
mark-compact.cc     [all...]
mark-compact.h 605 INLINE(void RecordSlot(
heap.cc     [all...]

Completed in 448 milliseconds