/third_party/node/deps/v8/src/objects/ |
D | visitors.h | 162 virtual void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) = 0;
|
/third_party/node/deps/v8/src/heap/ |
D | scavenger.h | 244 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final;
|
D | marking-visitor.h | 204 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final;
|
D | mark-compact.cc | 270 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::__anonbd0133c70111::FullMarkingVerifier 449 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::__anonbd0133c70111::FullEvacuationVerifier 1213 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::MarkCompactCollector::CustomRootBodyMarkingVisitor 1283 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::MarkCompactCollector::SharedHeapObjectVisitor 1501 inline void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::RecordMigratedSlotVisitor 3351 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::PointersUpdatingVisitor 3422 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override {} in VisitEmbeddedPointer() function in v8::internal::ClientHeapVerifier 4915 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::__anonbd0133c71b11::YoungGenerationMarkingVerifier 4994 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::__anonbd0133c71b11::YoungGenerationEvacuationVerifier 5055 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::YoungGenerationMarkingVisitor [all …]
|
D | scavenger-inl.h | 488 void ScavengeVisitor::VisitEmbeddedPointer(Code host, RelocInfo* rinfo) { in VisitEmbeddedPointer() function
|
D | concurrent-marking.cc | 228 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::ConcurrentMarkingVisitor::SlotSnapshottingVisitor
|
D | marking-visitor-inl.h | 113 void MarkingVisitorBase<ConcreteVisitor, MarkingState>::VisitEmbeddedPointer( in VisitEmbeddedPointer() function
|
D | scavenger.cc | 73 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::IterateAndScavengePromotedObjectsVisitor
|
D | object-stats.cc | 109 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::FieldStatsCollector
|
D | heap.cc | 4005 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::SlotCollectingVisitor 4704 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::SlotVerifyingVisitor 6565 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::UnreachableObjectsFilter::MarkingVisitor 7103 void VerifyPointersVisitor::VisitEmbeddedPointer(Code host, RelocInfo* rinfo) { in VisitEmbeddedPointer() function in v8::internal::VerifyPointersVisitor
|
D | heap.h | 2625 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override;
|
/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.h | 317 visitor->VisitEmbeddedPointer(host(), this); in Visit()
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.h | 449 void VisitEmbeddedPointer(Code host, RelocInfo* target) override;
|
D | serializer.cc | 1021 void VisitEmbeddedPointer(Code host, RelocInfo* target) { in VisitEmbeddedPointer() function in v8::internal::Serializer::ObjectSerializer::RelocInfoObjectPreSerializer 1049 void Serializer::ObjectSerializer::VisitEmbeddedPointer(Code host, in VisitEmbeddedPointer() function in v8::internal::Serializer::ObjectSerializer
|
D | deserializer.cc | 764 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo); 785 void DeserializerRelocInfoVisitor::VisitEmbeddedPointer(Code host, in VisitEmbeddedPointer() function in v8::internal::DeserializerRelocInfoVisitor
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1013 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::IndexedReferencesExtractor
|