|
| | ClientObjectVisitor (Visitor *actual_visitor) |
| |
| void | VisitPointer (Tagged< HeapObject > host, ObjectSlot p) final |
| |
| void | VisitMapPointer (Tagged< HeapObject > host) final |
| |
| void | VisitPointers (Tagged< HeapObject > host, ObjectSlot start, ObjectSlot end) final |
| |
| void | VisitInstructionStreamPointer (Tagged< Code > host, InstructionStreamSlot slot) final |
| |
| void | VisitPointers (Tagged< HeapObject > host, MaybeObjectSlot start, MaybeObjectSlot end) final |
| |
| void | VisitCodeTarget (Tagged< InstructionStream > host, RelocInfo *rinfo) final |
| |
| void | VisitEmbeddedPointer (Tagged< InstructionStream > host, RelocInfo *rinfo) final |
| |
| | ObjectVisitorWithCageBases (PtrComprCageBase cage_base, PtrComprCageBase code_cage_base) |
| |
| | ObjectVisitorWithCageBases (Isolate *isolate) |
| |
| | ObjectVisitorWithCageBases (Heap *heap) |
| |
| PtrComprCageBase | cage_base () const |
| |
| PtrComprCageBase | code_cage_base () const |
| |
| virtual | ~ObjectVisitor ()=default |
| |
| virtual void | VisitCustomWeakPointers (Tagged< HeapObject > host, ObjectSlot start, ObjectSlot end) |
| |
| virtual void | VisitPointer (Tagged< HeapObject > host, MaybeObjectSlot p) |
| |
| virtual void | VisitCustomWeakPointer (Tagged< HeapObject > host, ObjectSlot p) |
| |
| virtual void | VisitEphemeron (Tagged< HeapObject > host, int index, ObjectSlot key, ObjectSlot value) |
| |
| void | VisitRelocInfo (Tagged< InstructionStream > host, RelocIterator *it) |
| |
| virtual void | VisitExternalReference (Tagged< InstructionStream > host, RelocInfo *rinfo) |
| |
| virtual void | VisitInternalReference (Tagged< InstructionStream > host, RelocInfo *rinfo) |
| |
| virtual void | VisitOffHeapTarget (Tagged< InstructionStream > host, RelocInfo *rinfo) |
| |
| virtual void | VisitExternalPointer (Tagged< HeapObject > host, ExternalPointerSlot slot) |
| |
| virtual void | VisitCppHeapPointer (Tagged< HeapObject > host, CppHeapPointerSlot slot) |
| |
| virtual void | VisitIndirectPointer (Tagged< HeapObject > host, IndirectPointerSlot slot, IndirectPointerMode mode) |
| |
| virtual void | VisitProtectedPointer (Tagged< TrustedObject > host, ProtectedPointerSlot slot) |
| |
| virtual void | VisitProtectedPointer (Tagged< TrustedObject > host, ProtectedMaybeObjectSlot slot) |
| |
| virtual void | VisitTrustedPointerTableEntry (Tagged< HeapObject > host, IndirectPointerSlot slot) |
| |
| virtual void | VisitJSDispatchTableEntry (Tagged< HeapObject > host, JSDispatchHandle handle) |
| |
template<typename Visitor = ObjectVisitorWithCageBases>
class v8::internal::ClientObjectVisitor< Visitor >
Definition at line 299 of file visitors.h.