Searched defs:VisitCodePointer (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | marking-visitor.h | 201 V8_INLINE void VisitCodePointer(HeapObject host, CodeObjectSlot slot) final { in VisitCodePointer() function
|
D | scavenger-inl.h | 469 void ScavengeVisitor::VisitCodePointer(HeapObject host, CodeObjectSlot slot) { in VisitCodePointer() function
|
D | mark-compact.cc | 121 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::__anonbd0133c70111::MarkingVerifier 320 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::__anonbd0133c70111::EvacuationVerifier 1197 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::MarkCompactCollector::CustomRootBodyMarkingVisitor 1264 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::MarkCompactCollector::SharedHeapObjectVisitor 1465 inline void VisitCodePointer(HeapObject host, CodeObjectSlot slot) final { in VisitCodePointer() function in v8::internal::RecordMigratedSlotVisitor 3319 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::PointersUpdatingVisitor 3416 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::ClientHeapVerifier 5033 V8_INLINE void VisitCodePointer(HeapObject host, in VisitCodePointer() function in v8::internal::YoungGenerationMarkingVisitor
|
D | scavenger.cc | 61 V8_INLINE void VisitCodePointer(HeapObject host, CodeObjectSlot slot) final { in VisitCodePointer() function in v8::internal::IterateAndScavengePromotedObjectsVisitor
|
D | concurrent-marking.cc | 209 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::ConcurrentMarkingVisitor::SlotSnapshottingVisitor
|
D | object-stats.cc | 98 V8_INLINE void VisitCodePointer(HeapObject host, in VisitCodePointer() function in v8::internal::FieldStatsCollector
|
D | heap.cc | 3996 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::SlotCollectingVisitor 4686 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::SlotVerifyingVisitor 6555 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::UnreachableObjectsFilter::MarkingVisitor 7034 void VerifyPointersVisitor::VisitCodePointer(HeapObject host, in VisitCodePointer() function in v8::internal::VerifyPointersVisitor
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 938 void Serializer::ObjectSerializer::VisitCodePointer(HeapObject host, in VisitCodePointer() function in v8::internal::Serializer::ObjectSerializer
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1003 void VisitCodePointer(HeapObject host, CodeObjectSlot slot) override { in VisitCodePointer() function in v8::internal::IndexedReferencesExtractor
|