Searched refs:GCInfoTrait (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1484 const GCInfo* gcInfo = GCInfoTrait<T>::get();
1507 const GCInfo* gcInfo = GCInfoTrait<T>::get();
1928 // The standard implementation of GCInfoTrait<T>::get() just returns a static
1931 // specialization of GCInfoTrait for these four classes here.
1934 struct GCInfoTrait<HashMap<Key, Value, T, U, V, HeapAllocator> > {
1952 struct GCInfoTrait<HashSet<T, U, V, HeapAllocator> > {
1970 struct GCInfoTrait<LinkedHashSet<T, U, V, HeapAllocator> > {
1988 struct GCInfoTrait<ListHashSet<ValueArg, inlineCapacity, U, HeapListHashSetAllocator<ValueArg, inlineCapacity> > > {
2006 struct GCInfoTrait<WTF::ListHashSetNode<T, Allocator> > {
2024 struct GCInfoTrait<Vecto
[all...]
H A DVisitor.h130 template<typename T> struct GCInfoTrait;
511 visitor->checkGCInfo(const_cast<T*>(t), GCInfoTrait<T>::get());
655 struct GCInfoTrait { struct in namespace:blink

Completed in 3523 milliseconds