Searched refs:HeapListHashSet (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dtrace_collections.h25 HeapListHashSet<Member<HeapObject> > m_heapListSet;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h131 HeapListHashSet<Member<IDBRequest> > m_requestList;
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h191 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { }; class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2663 orderedSetHelper<HeapListHashSet<Member<IntWrapper> > >(true);
2917 typedef HeapListHashSet<PairWeakStrong> WeakStrongSet;
2918 typedef HeapListHashSet<PairWeakUnwrapped> WeakUnwrappedSet;
2919 typedef HeapListHashSet<PairStrongWeak> StrongWeakSet;
2920 typedef HeapListHashSet<PairUnwrappedWeak> UnwrappedWeakSet;
3879 destructorsCalledOnClear<HeapListHashSet<RefPtr<RefCountedWithDestructor> > >(false);
3882 destructorsCalledOnClear<HeapListHashSet<RefPtr<RefCountedWithDestructor> > >(true);
3886 destructorsCalledOnGC<HeapListHashSet<RefPtr<RefCountedWithDestructor> > >(false);
3889 destructorsCalledOnGC<HeapListHashSet<RefPtr<RefCountedWithDestructor> > >(true);
H A DHandle.h84 typedef WTF::IsSubclassOfTemplateTypenameSizeTypename<NonConstType, HeapListHashSet> HeapListHashSetSubclass;
694 class PersistentHeapListHashSet : public PersistentHeapCollectionBase<HeapListHashSet<ValueArg, inlineCapacity, HashArg> > { };
1042 #define WillBeHeapListHashSet blink::HeapListHashSet
H A DHeap.h1705 // There is no allocator object in the HeapListHashSet (unlike in
1758 class HeapListHashSet : public ListHashSet<ValueArg, inlineCapacity, HashArg, HeapListHashSetAllocator<ValueArg, inlineCapacity> > { };
1848 inline void swap(HeapListHashSet<T, i, U>& a, HeapListHashSet<T, i, U>& b) { a.swap(b); }
2232 // HeapListHashSet. This is for the case that we find a reference to the
2473 struct GCInfoTrait<HeapListHashSet<T, inlineCapacity, U> > : public GCInfoTrait<ListHashSet<T, inlineCapacity, U, HeapListHashSetAllocator<T, inlineCapacity> > > { };

Completed in 314 milliseconds