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

Public Member Functions

 InternalizedStringTableCleaner (Heap *heap)
 
void VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) override
 
void VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end) override
 
int PointersRemoved () const
 
- Public Member Functions inherited from v8::internal::RootVisitor
virtual ~RootVisitor ()=default
 
virtual void VisitRootPointer (Root root, const char *description, FullObjectSlot p)
 
virtual void VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot)
 
virtual void Synchronize (VisitorSynchronization::SyncTag tag)
 
virtual GarbageCollector collector () const
 

Private Attributes

Heapheap_
 
int pointers_removed_ = 0
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ InternalizedStringTableCleaner()

v8::internal::InternalizedStringTableCleaner::InternalizedStringTableCleaner ( Heap * heap)
inlineexplicit

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

Member Function Documentation

◆ PointersRemoved()

int v8::internal::InternalizedStringTableCleaner::PointersRemoved ( ) const
inline

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

◆ VisitRootPointers() [1/2]

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

Implements v8::internal::RootVisitor.

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

Here is the call graph for this function:

◆ VisitRootPointers() [2/2]

void v8::internal::InternalizedStringTableCleaner::VisitRootPointers ( Root root,
const char * description,
OffHeapObjectSlot start,
OffHeapObjectSlot end )
inlineoverridevirtual

Reimplemented from v8::internal::RootVisitor.

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

Here is the call graph for this function:

Member Data Documentation

◆ heap_

Heap* v8::internal::InternalizedStringTableCleaner::heap_
private

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

◆ pointers_removed_

int v8::internal::InternalizedStringTableCleaner::pointers_removed_ = 0
private

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


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