![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-visitor.h>
Public Member Functions | |
void | Traverse (RawHeap &heap) |
void | Traverse (BaseSpace &space) |
void | Traverse (BasePage &page) |
Protected Member Functions | |
bool | VisitHeap (RawHeap &) |
bool | VisitNormalPageSpace (NormalPageSpace &) |
bool | VisitLargePageSpace (LargePageSpace &) |
bool | VisitNormalPage (NormalPage &) |
bool | VisitLargePage (LargePage &) |
bool | VisitHeapObjectHeader (HeapObjectHeader &) |
Private Member Functions | |
Derived & | ToDerived () |
bool | VisitHeapImpl (RawHeap &heap) |
bool | VisitNormalPageSpaceImpl (NormalPageSpace &space) |
bool | VisitLargePageSpaceImpl (LargePageSpace &space) |
bool | VisitNormalPageImpl (NormalPage &page) |
bool | VisitLargePageImpl (LargePage &page) |
bool | VisitHeapObjectHeaderImpl (HeapObjectHeader &header) |
Definition at line 20 of file heap-visitor.h.
|
inlineprivate |
|
inline |
|
inline |
|
inline |
Definition at line 22 of file heap-visitor.h.
|
inlineprotected |
Definition at line 57 of file heap-visitor.h.
|
inlineprivate |
Definition at line 67 of file heap-visitor.h.
|
inlineprotected |
Definition at line 62 of file heap-visitor.h.
|
inlineprivate |
Definition at line 80 of file heap-visitor.h.
|
inlineprotected |
Definition at line 61 of file heap-visitor.h.
|
inlineprivate |
Definition at line 77 of file heap-visitor.h.
|
inlineprotected |
Definition at line 59 of file heap-visitor.h.
|
inlineprivate |
Definition at line 71 of file heap-visitor.h.
|
inlineprotected |
Definition at line 60 of file heap-visitor.h.
|
inlineprivate |
Definition at line 74 of file heap-visitor.h.
|
inlineprotected |
Definition at line 58 of file heap-visitor.h.
|
inlineprivate |
Definition at line 68 of file heap-visitor.h.