Home
last modified time | relevance | path

Searched refs:GetStrongCrossThreadPersistentRegion (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-base.h154 CrossThreadPersistentRegion& GetStrongCrossThreadPersistentRegion() { in GetStrongCrossThreadPersistentRegion() function
157 const CrossThreadPersistentRegion& GetStrongCrossThreadPersistentRegion() in GetStrongCrossThreadPersistentRegion() function
Dpointer-policies.cc112 .GetStrongCrossThreadPersistentRegion(); in GetPersistentRegion()
Dmarker.cc416 heap().GetStrongCrossThreadPersistentRegion().Trace(&visitor()); in VisitCrossThreadPersistentsIfNeeded()
418 return (heap().GetStrongCrossThreadPersistentRegion().NodesInUse() > 0); in VisitCrossThreadPersistentsIfNeeded()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc899 cpp_heap_.GetStrongCrossThreadPersistentRegion().Trace(&object_visitor); in Run()