Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-base.cc193 strong_persistent_region_.NodesInUse() || in Terminate()
194 weak_persistent_region_.NodesInUse() || [this]() { in Terminate()
196 return strong_cross_thread_persistent_region_.NodesInUse() || in Terminate()
197 weak_cross_thread_persistent_region_.NodesInUse(); in Terminate()
204 CHECK_EQ(0u, strong_persistent_region_.NodesInUse()); in Terminate()
205 CHECK_EQ(0u, weak_persistent_region_.NodesInUse()); in Terminate()
206 CHECK_EQ(0u, strong_cross_thread_persistent_region_.NodesInUse()); in Terminate()
207 CHECK_EQ(0u, weak_cross_thread_persistent_region_.NodesInUse()); in Terminate()
H A Dpersistent-node.cc52 size_t PersistentRegionBase::NodesInUse() const { in NodesInUse() function in cppgc::internal::PersistentRegionBase
153 size_t CrossThreadPersistentRegion::NodesInUse() const { in NodesInUse() function in cppgc::internal::CrossThreadPersistentRegion
155 return PersistentRegionBase::NodesInUse(); in NodesInUse()
H A Dmarker.cc418 return (heap().GetStrongCrossThreadPersistentRegion().NodesInUse() > 0); in VisitCrossThreadPersistentsIfNeeded()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h89 size_t NodesInUse() const;
205 size_t NodesInUse() const;
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpersistent-node.h91 size_t NodesInUse() const;
207 size_t NodesInUse() const;

Completed in 3 milliseconds