GCInfoTrait      1196 Source/platform/heap/Heap.h         static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
GCInfoTrait      1218 Source/platform/heap/Heap.h     Address address = static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get());
GCInfoTrait      1225 Source/platform/heap/Heap.h     ASSERT(previousHeader->gcInfo() == GCInfoTrait<T>::get());
GCInfoTrait      1484 Source/platform/heap/Heap.h struct GCInfoTrait<HashMap<Key, Value, T, U, V, HeapAllocator> > {
GCInfoTrait      1490 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HashMap<Key, Value, T, U, V, HeapAllocator> >::info = {
GCInfoTrait      1497 Source/platform/heap/Heap.h struct GCInfoTrait<HashSet<T, U, V, HeapAllocator> > {
GCInfoTrait      1503 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HashSet<T, U, V, HeapAllocator> >::info = {
GCInfoTrait      1510 Source/platform/heap/Heap.h struct GCInfoTrait<Vector<T, 0, HeapAllocator> > {
GCInfoTrait      1516 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<Vector<T, 0, HeapAllocator> >::info = {
GCInfoTrait      1523 Source/platform/heap/Heap.h struct GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> > {
GCInfoTrait      1532 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> >::info = {
GCInfoTrait      1540 Source/platform/heap/Heap.h struct GCInfoTrait<HeapVectorBacking<T, Traits> > {
GCInfoTrait      1546 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HeapVectorBacking<T, Traits> >::info = {
GCInfoTrait      1553 Source/platform/heap/Heap.h struct GCInfoTrait<HeapHashTableBacking<Table> > {
GCInfoTrait      1559 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HeapHashTableBacking<Table> >::info = {
GCInfoTrait      1712 Source/platform/heap/Heap.h         visitor->checkGCInfo(const_cast<Backing*>(backing), GCInfoTrait<Backing>::get());
GCInfoTrait      1742 Source/platform/heap/Heap.h         visitor->checkGCInfo(const_cast<Backing*>(backing), GCInfoTrait<Backing>::get());
GCInfoTrait      1764 Source/platform/heap/Heap.h struct GCInfoTrait<HeapHashMap<T, U, V, W, X> > : public GCInfoTrait<HashMap<T, U, V, W, X, HeapAllocator> > { };
GCInfoTrait      1766 Source/platform/heap/Heap.h struct GCInfoTrait<HeapHashSet<T, U, V> > : public GCInfoTrait<HashSet<T, U, V, HeapAllocator> > { };
GCInfoTrait      1768 Source/platform/heap/Heap.h struct GCInfoTrait<HeapVector<T, inlineCapacity> > : public GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> > { };
GCInfoTrait       121 Source/platform/heap/Visitor.h template<typename T> struct GCInfoTrait;
GCInfoTrait       503 Source/platform/heap/Visitor.h         visitor->checkGCInfo(const_cast<T*>(t), GCInfoTrait<T>::get());