Home
last modified time | relevance | path

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

/external/v8/src/
Dvisitors.h114 virtual void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo);
Dobjects.cc14340 void ObjectVisitor::VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) { in VisitEmbeddedPointer() function in v8::internal::ObjectVisitor
/external/v8/src/mips64/
Dassembler-mips64-inl.h248 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/snapshot/
Dserializer.h298 void VisitEmbeddedPointer(Code* host, RelocInfo* target) override;
Dserializer.cc778 void Serializer<AllocatorT>::ObjectSerializer::VisitEmbeddedPointer( in VisitEmbeddedPointer() function in v8::internal::Serializer::ObjectSerializer
/external/v8/src/s390/
Dassembler-s390-inl.h223 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/mips/
Dassembler-mips-inl.h281 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/ia32/
Dassembler-ia32-inl.h181 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/ppc/
Dassembler-ppc-inl.h241 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/x64/
Dassembler-x64-inl.h406 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/arm/
Dassembler-arm-inl.h191 visitor->VisitEmbeddedPointer(host(), this); in Visit()
/external/v8/src/heap/
Dmark-compact-inl.h222 MarkingState>::VisitEmbeddedPointer(Code* host, in VisitEmbeddedPointer() function
Dmark-compact.h931 V8_INLINE void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) final;
Dmark-compact.cc202 void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::__anon40461b4e0111::FullMarkingVerifier
1098 inline void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::RecordMigratedSlotVisitor
2238 void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::PointersUpdatingVisitor
3687 void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) final { in VisitEmbeddedPointer() function in v8::internal::YoungGenerationRecordMigratedSlotVisitor
Dheap.cc3942 void VisitEmbeddedPointer(Code* host, RelocInfo* rinfo) override { in VisitEmbeddedPointer() function in v8::internal::SlotVerifyingVisitor
/external/v8/src/arm64/
Dassembler-arm64-inl.h776 visitor->VisitEmbeddedPointer(host(), this);