Lines Matching defs:host
201 void VisitPointers(HeapObject host, ObjectSlot start,
209 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override {
215 void VisitPointers(HeapObject host, MaybeObjectSlot start,
222 void VisitCodeTarget(Code host, RelocInfo* rinfo) final {
228 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final {
234 void VisitCustomWeakPointers(HeapObject host, ObjectSlot start,
284 void VisitPointersInSnapshot(HeapObject host, const SlotSnapshot& snapshot) {
295 MarkObject(host, heap_object);
296 RecordSlot(host, slot, heap_object);
325 void RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) {
326 if (!MarkCompactCollector::ShouldRecordRelocSlot(host, rinfo, target))
330 MarkCompactCollector::ProcessRelocInfo(host, rinfo, target);