Home | History | Annotate | Download | only in src

Lines Matching refs:mark_compact_collector

71       heap_->mark_compact_collector()->RecordSlot(
131 heap_->mark_compact_collector()->
155 heap_->mark_compact_collector()->RecordRelocSlot(rinfo,
174 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, target);
187 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, Code::cast(target));
197 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, Code::cast(target));
203 heap_->mark_compact_collector()->
217 heap_->mark_compact_collector()->RecordSlot(p, p, obj);
226 heap_->mark_compact_collector()->RecordSlot(start, p, obj);
519 heap_->mark_compact_collector()->StartCompaction(
542 heap_->mark_compact_collector()->VerifyMarkbitsAreClean();
632 MarkCompactCollector* collector = heap_->mark_compact_collector();