Home
last modified time | relevance | path

Searched refs:VisitEmbeddedPointer (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dvisitors.h162 virtual void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) = 0;
/third_party/node/deps/v8/src/heap/
Dscavenger.h244 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final;
Dmarking-visitor.h204 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final;
Dmark-compact.cc270 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 …]
Dscavenger-inl.h488 void ScavengeVisitor::VisitEmbeddedPointer(Code host, RelocInfo* rinfo) { in VisitEmbeddedPointer() function
Dconcurrent-marking.cc228 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::ConcurrentMarkingVisitor::SlotSnapshottingVisitor
Dmarking-visitor-inl.h113 void MarkingVisitorBase<ConcreteVisitor, MarkingState>::VisitEmbeddedPointer( in VisitEmbeddedPointer() function
Dscavenger.cc73 V8_INLINE void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::IterateAndScavengePromotedObjectsVisitor
Dobject-stats.cc109 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::FieldStatsCollector
Dheap.cc4005 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
Dheap.h2625 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override;
/third_party/node/deps/v8/src/codegen/
Dreloc-info.h317 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/third_party/node/deps/v8/src/snapshot/
Dserializer.h449 void VisitEmbeddedPointer(Code host, RelocInfo* target) override;
Dserializer.cc1021 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
Ddeserializer.cc764 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/
Dheap-snapshot-generator.cc1013 void VisitEmbeddedPointer(Code host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::IndexedReferencesExtractor