![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <persistent-node.h>

Public Member Functions | |
| ~PersistentRegionBase () | |
| PersistentRegionBase (const PersistentRegionBase &)=delete | |
| PersistentRegionBase & | operator= (const PersistentRegionBase &)=delete |
| void | Iterate (RootVisitor &) |
| size_t | NodesInUse () const |
| void | ClearAllUsedNodes () |
Protected Member Functions | |
| PersistentRegionBase (const FatalOutOfMemoryHandler &oom_handler) | |
| PersistentNode * | TryAllocateNodeFromFreeList (void *owner, TraceRootCallback trace) |
| void | FreeNode (PersistentNode *node) |
| PersistentNode * | RefillFreeListAndAllocateNode (void *owner, TraceRootCallback trace) |
Friends | |
| class | CrossThreadPersistentRegion |
Definition at line 78 of file persistent-node.h.
| ~PersistentRegionBase | ( | ) |
|
delete |
|
explicitprotected |
Referenced by PersistentRegion::PersistentRegion().
| void ClearAllUsedNodes | ( | ) |
|
inlineprotected |
Definition at line 110 of file persistent-node.h.
References PersistentNode::InitializeAsFreeNode().
Referenced by PersistentRegion::FreeNode(), and CrossThreadPersistentRegion::FreeNode().
| void Iterate | ( | RootVisitor & | ) |
| size_t NodesInUse | ( | ) | const |
|
delete |
|
protected |
Referenced by PersistentRegion::AllocateNode(), and CrossThreadPersistentRegion::AllocateNode().
|
inlineprotected |
Definition at line 97 of file persistent-node.h.
References PersistentNode::FreeListNext(), and PersistentNode::InitializeAsUsedNode().
Referenced by PersistentRegion::AllocateNode(), and CrossThreadPersistentRegion::AllocateNode().
Definition at line 133 of file persistent-node.h.