v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::YoungGenerationRootMarkingVisitor Class Referencefinal

#include <minor-mark-sweep.h>

Inheritance diagram for v8::internal::YoungGenerationRootMarkingVisitor:
Collaboration diagram for v8::internal::YoungGenerationRootMarkingVisitor:

Public Member Functions

 YoungGenerationRootMarkingVisitor (MinorMarkSweepCollector *collector)
 
 ~YoungGenerationRootMarkingVisitor ()
 
V8_INLINE void VisitRootPointer (Root root, const char *description, FullObjectSlot p) final
 
V8_INLINE void VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) final
 
GarbageCollector collector () const override
 
 YoungGenerationRootMarkingVisitor (const YoungGenerationRootMarkingVisitor &)=delete
 
YoungGenerationRootMarkingVisitoroperator= (const YoungGenerationRootMarkingVisitor &)=delete
 
- Public Member Functions inherited from v8::internal::RootVisitor
virtual ~RootVisitor ()=default
 
virtual void VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end)
 
virtual void VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot)
 
virtual void Synchronize (VisitorSynchronization::SyncTag tag)
 

Private Member Functions

template<typename TSlot >
void VisitPointersImpl (Root root, TSlot start, TSlot end)
 

Private Attributes

YoungGenerationMainMarkingVisitor *const main_marking_visitor_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::RootVisitor
static const char * RootName (Root root)
 

Detailed Description

Definition at line 118 of file minor-mark-sweep.h.

Constructor & Destructor Documentation

◆ YoungGenerationRootMarkingVisitor() [1/2]

v8::internal::YoungGenerationRootMarkingVisitor::YoungGenerationRootMarkingVisitor ( MinorMarkSweepCollector * collector)
explicit

Definition at line 275 of file minor-mark-sweep.cc.

◆ ~YoungGenerationRootMarkingVisitor()

v8::internal::YoungGenerationRootMarkingVisitor::~YoungGenerationRootMarkingVisitor ( )
default

◆ YoungGenerationRootMarkingVisitor() [2/2]

v8::internal::YoungGenerationRootMarkingVisitor::YoungGenerationRootMarkingVisitor ( const YoungGenerationRootMarkingVisitor & )
delete

Member Function Documentation

◆ collector()

GarbageCollector v8::internal::YoungGenerationRootMarkingVisitor::collector ( ) const
inlineoverridevirtual

Reimplemented from v8::internal::RootVisitor.

Definition at line 131 of file minor-mark-sweep.h.

◆ operator=()

YoungGenerationRootMarkingVisitor & v8::internal::YoungGenerationRootMarkingVisitor::operator= ( const YoungGenerationRootMarkingVisitor & )
delete

◆ VisitPointersImpl()

template<typename TSlot >
void v8::internal::YoungGenerationRootMarkingVisitor::VisitPointersImpl ( Root root,
TSlot start,
TSlot end )
private

Definition at line 39 of file minor-mark-sweep-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ VisitRootPointer()

void v8::internal::YoungGenerationRootMarkingVisitor::VisitRootPointer ( Root root,
const char * description,
FullObjectSlot p )
finalvirtual

Reimplemented from v8::internal::RootVisitor.

Definition at line 27 of file minor-mark-sweep-inl.h.

Here is the call graph for this function:

◆ VisitRootPointers()

void v8::internal::YoungGenerationRootMarkingVisitor::VisitRootPointers ( Root root,
const char * description,
FullObjectSlot start,
FullObjectSlot end )
finalvirtual

Implements v8::internal::RootVisitor.

Definition at line 32 of file minor-mark-sweep-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ main_marking_visitor_

YoungGenerationMainMarkingVisitor* const v8::internal::YoungGenerationRootMarkingVisitor::main_marking_visitor_
private

Definition at line 144 of file minor-mark-sweep.h.


The documentation for this class was generated from the following files: