Lines Matching refs:collector_

1264       : collector_(collector) {}
1267 collector_->PrepareThreadForCodeFlushing(isolate, top);
1271 MarkCompactCollector* collector_;
1278 : collector_(collector) {}
1290 collector_->MarkObject(shared->code(), code_mark);
1291 collector_->MarkObject(shared, shared_mark);
1296 MarkCompactCollector* collector_;
1347 : collector_(heap->mark_compact_collector()) {}
1370 collector_->SetMark(object, mark_bit);
1374 collector_->MarkObject(map, map_mark);
1379 collector_->EmptyMarkingDeque();
1382 MarkCompactCollector* collector_;
1493 : collector_(collector) {}
1521 DCHECK(!collector_->heap()->InNewSpace(target));
1522 collector_->RecordRelocSlot(host, rinfo, target);
1532 DCHECK(!collector_->heap()->InNewSpace(target));
1533 collector_->RecordRelocSlot(host, rinfo, target);
1540 collector_->heap()->RecordWriteIntoCode(host, rinfo, object);
1541 collector_->RecordRelocSlot(host, rinfo, object);
1550 DCHECK(!collector_->heap()->InNewSpace(cell));
1551 collector_->RecordRelocSlot(host, rinfo, cell);
1585 MarkCompactCollector* collector_;
2929 : collector_(collector),
2954 inline Heap* heap() { return collector_->heap(); }
2961 MarkCompactCollector* collector_;
2991 success = collector_->VisitLiveObjects(page, &new_space_visitor_,
2998 success = collector_->VisitLiveObjects(page, &new_to_old_page_visitor_,
3005 success = collector_->VisitLiveObjects(page, &new_to_new_page_visitor_,
3012 success = collector_->VisitLiveObjects(page, &old_space_visitor_,
3020 EvacuateRecordOnlyVisitor record_visitor(collector_->heap());
3022 collector_->VisitLiveObjects(page, &record_visitor, kKeepMarking);