![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <minor-mark-sweep.h>
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 | |
| YoungGenerationRootMarkingVisitor & | operator= (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) |
Definition at line 118 of file minor-mark-sweep.h.
|
explicit |
Definition at line 275 of file minor-mark-sweep.cc.
|
default |
|
delete |
|
inlineoverridevirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 131 of file minor-mark-sweep.h.
|
delete |
|
private |
Definition at line 39 of file minor-mark-sweep-inl.h.
|
finalvirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 27 of file minor-mark-sweep-inl.h.
|
finalvirtual |
Implements v8::internal::RootVisitor.
Definition at line 32 of file minor-mark-sweep-inl.h.
|
private |
Definition at line 144 of file minor-mark-sweep.h.