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

  /external/chromium_org/v8/src/
mark-compact-inl.h 60 void MarkCompactCollector::RecordSlot(Object** anchor_slot,
objects-visiting.cc 230 collector->RecordSlot(next_slot, next_slot, retained);
350 heap->mark_compact_collector()->RecordSlot(
410 heap->mark_compact_collector()->RecordSlot(slot, slot, typed_array_obj);
objects-visiting-inl.h 322 collector->RecordSlot(slot, slot, *slot);
362 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
387 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
428 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
512 heap->mark_compact_collector()->RecordSlot(slot, slot, object);
668 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
694 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
    [all...]
incremental-marking.cc 51 heap_->mark_compact_collector()->RecordSlot(
238 heap->mark_compact_collector()->RecordSlot(p, p, obj);
247 heap->mark_compact_collector()->RecordSlot(start, p, obj);
260 heap->mark_compact_collector()->RecordSlot(anchor, p, obj);
    [all...]
mark-compact.cc     [all...]
mark-compact.h 639 INLINE(void RecordSlot(Object** anchor_slot,
heap.cc     [all...]
objects.cc     [all...]

Completed in 148 milliseconds