Home | History | Annotate | Download | only in heap

Lines Matching refs:GlobalPersistents

367 class GlobalPersistents {
477 bool isGlobalPersistent = WTF::IsSubclass<RootsAccessor, GlobalPersistents>::value; \
637 class CrossThreadPersistent : public Persistent<T, GlobalPersistents> {
641 CrossThreadPersistent(T* raw) : Persistent<T, GlobalPersistents>(raw) { }
643 using Persistent<T, GlobalPersistents>::operator=;