HeapTrait 1194 Source/platform/heap/Heap.h BaseHeap* heap = state->heap(HeapTrait<T>::index); HeapTrait 1196 Source/platform/heap/Heap.h static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get()); HeapTrait 1216 Source/platform/heap/Heap.h ASSERT(HeapTrait<T>::index == GeneralHeap); HeapTrait 1217 Source/platform/heap/Heap.h BaseHeap* heap = state->heap(HeapTrait<T>::index); HeapTrait 1218 Source/platform/heap/Heap.h Address address = static_cast<typename HeapTrait<T>::HeapType*>(heap)->allocate(size, GCInfoTrait<T>::get()); HeapTrait 1239 Source/platform/heap/Heap.h return HeapTrait<T>::HeapType::roundedAllocationSize(count * sizeof(T)); HeapTrait 156 Source/platform/heap/ThreadState.h struct HeapTrait<class Type> { \