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

Public Member Functions

 PrecisePagePinningVisitor (MarkCompactCollector *collector)
 
void VisitRootPointer (Root root, const char *description, FullObjectSlot p) final
 
void VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) final
 
- 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)
 
virtual GarbageCollector collector () const
 

Private Member Functions

void HandlePointer (FullObjectSlot p)
 

Private Attributes

MarkCompactCollector *const collector_
 
const bool should_pin_in_shared_space_
 

Additional Inherited Members

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

Detailed Description

Definition at line 4836 of file mark-compact.cc.

Constructor & Destructor Documentation

◆ PrecisePagePinningVisitor()

v8::internal::PrecisePagePinningVisitor::PrecisePagePinningVisitor ( MarkCompactCollector * collector)
inlineexplicit

Definition at line 4838 of file mark-compact.cc.

Member Function Documentation

◆ HandlePointer()

void v8::internal::PrecisePagePinningVisitor::HandlePointer ( FullObjectSlot p)
inlineprivate

Definition at line 4857 of file mark-compact.cc.

Here is the call graph for this function:

◆ VisitRootPointer()

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

Reimplemented from v8::internal::RootVisitor.

Definition at line 4844 of file mark-compact.cc.

◆ VisitRootPointers()

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

Implements v8::internal::RootVisitor.

Definition at line 4849 of file mark-compact.cc.

Member Data Documentation

◆ collector_

MarkCompactCollector* const v8::internal::PrecisePagePinningVisitor::collector_
private

Definition at line 4888 of file mark-compact.cc.

◆ should_pin_in_shared_space_

const bool v8::internal::PrecisePagePinningVisitor::should_pin_in_shared_space_
private

Definition at line 4889 of file mark-compact.cc.


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