HomeSort by relevance Sort by last modified time
    Searched refs:HeapIndexTrait (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 161 // Base implementation for HeapIndexTrait found below.
174 // HeapIndexTrait defines properties for each heap in the TypesHeaps enum.
176 struct HeapIndexTrait;
179 struct HeapIndexTrait<GeneralHeap> : public HeapIndexTraitBase<GeneralHeap> { };
181 struct HeapIndexTrait<GeneralHeapNonFinalized> : public HeapIndexTrait<GeneralHeap> { };
184 struct HeapIndexTrait<CollectionBackingHeap> : public HeapIndexTraitBase<CollectionBackingHeap> { };
186 struct HeapIndexTrait<CollectionBackingHeapNonFinalized> : public HeapIndexTrait<CollectionBackingHeap> { };
190 struct HeapIndexTrait<Type##Heap> : public HeapIndexTraitBase<Type##Heap> {
    [all...]
ThreadState.cpp 283 // knows the heap index when using HeapIndexTrait.
289 heaps[index] = new typename HeapIndexTrait<index>::HeapType(state, index);
    [all...]
Heap.h     [all...]
Heap.cpp     [all...]

Completed in 48 milliseconds