![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <mark-compact.h>
Public Member Functions | |
RootMarkingVisitor (MarkCompactCollector *collector) | |
~RootMarkingVisitor () | |
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 |
void | VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot) final |
RootMarkingVisitor (const RootMarkingVisitor &)=delete | |
RootMarkingVisitor & | operator= (const RootMarkingVisitor &)=delete |
![]() | |
virtual | ~RootVisitor ()=default |
virtual void | VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end) |
virtual void | Synchronize (VisitorSynchronization::SyncTag tag) |
virtual GarbageCollector | collector () const |
Private Member Functions | |
V8_INLINE void | MarkObjectByPointer (Root root, FullObjectSlot p) |
Private Attributes | |
MarkCompactCollector *const | collector_ |
Additional Inherited Members | |
![]() | |
static const char * | RootName (Root root) |
Definition at line 31 of file mark-compact.h.
|
explicit |
Definition at line 6170 of file mark-compact.cc.
|
default |
|
delete |
|
private |
Definition at line 106 of file mark-compact-inl.h.
|
delete |
|
finalvirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 92 of file mark-compact-inl.h.
|
finalvirtual |
Implements v8::internal::RootVisitor.
Definition at line 98 of file mark-compact-inl.h.
|
finalvirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 6175 of file mark-compact.cc.
|
private |
Definition at line 53 of file mark-compact.h.