Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dheap-base.h119 PersistentRegion& GetStrongCrossThreadPersistentRegion() { in GetStrongCrossThreadPersistentRegion() function
122 const PersistentRegion& GetStrongCrossThreadPersistentRegion() const { in GetStrongCrossThreadPersistentRegion() function
Dpointer-policies.cc37 return heap->GetStrongCrossThreadPersistentRegion(); in GetPersistentRegion()
Dmarker.cc287 heap().GetStrongCrossThreadPersistentRegion().Trace(&visitor()); in VisitRoots()
/external/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc698 cpp_heap_.GetStrongCrossThreadPersistentRegion().Trace(&object_visitor); in Run()