Searched refs:MarkObject (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/heap/ |
| D | marking-visitor-inl.h | 25 void MarkingVisitorBase<ConcreteVisitor, MarkingState>::MarkObject( in MarkObject() function 47 MarkObject(host, heap_object); in ProcessStrongHeapObject() 126 MarkObject(host, object); in VisitEmbeddedPointer() 139 MarkObject(host, target); in VisitCodeTarget()
|
| D | marking-visitor.h | 184 MarkObject(host, map); in VisitMapPointer() 260 V8_INLINE void MarkObject(HeapObject host, HeapObject obj);
|
| D | mark-compact.cc | 1181 MarkObject(host, p.load(cage_base())); in VisitPointer() 1185 MarkObject(host, host.map(cage_base())); in VisitMapPointer() 1193 MarkObject(host, p.load(cage_base())); in VisitPointers() 1199 MarkObject(host, slot.load(code_cage_base())); in VisitCodePointer() 1210 MarkObject(host, target); in VisitCodeTarget() 1214 MarkObject(host, rinfo->target_object(cage_base())); in VisitEmbeddedPointer() 1218 V8_INLINE void MarkObject(HeapObject host, Object object) { in MarkObject() function in v8::internal::MarkCompactCollector::CustomRootBodyMarkingVisitor 1227 collector_->MarkObject(host, heap_object); in MarkObject() 1241 MarkObject(host, p, p.load(cage_base())); in VisitPointer() 1248 MarkObject(host, ObjectSlot(p), heap_object); in VisitPointer() [all …]
|
| D | mark-compact-inl.h | 25 void MarkCompactCollector::MarkObject(HeapObject host, HeapObject obj) { in MarkObject() function
|
| D | concurrent-marking.cc | 295 MarkObject(host, heap_object); in VisitPointersInSnapshot()
|
| D | mark-compact.h | 642 V8_INLINE void MarkObject(HeapObject host, HeapObject obj);
|