Home
last modified time | relevance | path

Searched refs:PersistentRegionBase (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc19 PersistentRegionBase::PersistentRegionBase( in PersistentRegionBase() function in cppgc::internal::PersistentRegionBase
23 PersistentRegionBase::~PersistentRegionBase() { ClearAllUsedNodes(); } in ~PersistentRegionBase()
26 void PersistentRegionBase::ClearAllUsedNodes() { in ClearAllUsedNodes()
45 PersistentRegionBase::ClearAllUsedNodes<CrossThreadPersistentBase>();
46 template void PersistentRegionBase::ClearAllUsedNodes<PersistentBase>();
48 void PersistentRegionBase::ClearAllUsedNodes() { in ClearAllUsedNodes()
52 size_t PersistentRegionBase::NodesInUse() const { in NodesInUse()
66 void PersistentRegionBase
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h77 class V8_EXPORT PersistentRegionBase { class
82 ~PersistentRegionBase();
84 PersistentRegionBase(const PersistentRegionBase&) = delete;
85 PersistentRegionBase& operator=(const PersistentRegionBase&) = delete;
94 explicit PersistentRegionBase(const FatalOutOfMemoryHandler& oom_handler);
135 // Variant of PersistentRegionBase that checks whether the allocation and
137 class V8_EXPORT PersistentRegion final : public PersistentRegionBase {
158 PersistentRegionBase in FreeNode()
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpersistent-node.h79 class V8_EXPORT PersistentRegionBase { class
84 ~PersistentRegionBase();
86 PersistentRegionBase(const PersistentRegionBase&) = delete;
87 PersistentRegionBase& operator=(const PersistentRegionBase&) = delete;
96 explicit PersistentRegionBase(const FatalOutOfMemoryHandler& oom_handler);
137 // Variant of PersistentRegionBase that checks whether the allocation and
139 class V8_EXPORT PersistentRegion final : public PersistentRegionBase {
160 PersistentRegionBase in FreeNode()
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dpersistent.h45 friend class PersistentRegionBase;
/third_party/node/deps/v8/include/cppgc/
H A Dpersistent.h48 friend class PersistentRegionBase;

Completed in 3 milliseconds