![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
RootsReferencesExtractor (V8HeapExplorer *explorer) | |
void | SetVisitingWeakRoots () |
void | VisitRootPointer (Root root, const char *description, FullObjectSlot p) override |
void | VisitRootPointers (Root root, const char *description, FullObjectSlot start, FullObjectSlot end) override |
void | VisitRootPointers (Root root, const char *description, OffHeapObjectSlot start, OffHeapObjectSlot end) override |
void | VisitRunningCode (FullObjectSlot code_slot, FullObjectSlot istream_or_smi_zero_slot) final |
![]() | |
virtual | ~RootVisitor ()=default |
virtual void | Synchronize (VisitorSynchronization::SyncTag tag) |
virtual GarbageCollector | collector () const |
Private Attributes | |
V8HeapExplorer * | explorer_ |
bool | visiting_weak_roots_ |
Additional Inherited Members | |
![]() | |
static const char * | RootName (Root root) |
Definition at line 2463 of file heap-snapshot-generator.cc.
|
inlineexplicit |
Definition at line 2465 of file heap-snapshot-generator.cc.
|
inline |
Definition at line 2468 of file heap-snapshot-generator.cc.
|
inlineoverridevirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 2470 of file heap-snapshot-generator.cc.
|
inlineoverridevirtual |
Implements v8::internal::RootVisitor.
Definition at line 2483 of file heap-snapshot-generator.cc.
|
inlineoverridevirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 2491 of file heap-snapshot-generator.cc.
|
inlinefinalvirtual |
Reimplemented from v8::internal::RootVisitor.
Definition at line 2504 of file heap-snapshot-generator.cc.
|
private |
Definition at line 2516 of file heap-snapshot-generator.cc.
|
private |
Definition at line 2517 of file heap-snapshot-generator.cc.