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

  /external/v8/src/heap/
objects-visiting-inl.h 234 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
250 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
264 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
285 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
297 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
mark-compact.h 480 void RecordRelocSlot(Code* host, RelocInfo* rinfo, Object* target);
mark-compact.cc     [all...]
incremental-marking.cc 116 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
    [all...]

Completed in 498 milliseconds