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 231 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
247 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
261 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
272 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
283 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
mark-compact.h 537 void RecordRelocSlot(Code* host, RelocInfo* rinfo, Object* target);
mark-compact.cc     [all...]
incremental-marking.cc 115 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
    [all...]

Completed in 79 milliseconds