Searched defs:HeapIndexTrait (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h161 // 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> { }; struct in namespace:blink
181 struct HeapIndexTrait<GeneralHeapNonFinalized> : public HeapIndexTrait<GeneralHeap> { }; struct in namespace:blink
184 struct HeapIndexTrait<CollectionBackingHeap> : public HeapIndexTraitBase<CollectionBackingHeap> { }; struct in namespace:blink
186 struct HeapIndexTrait<CollectionBackingHeapNonFinalized> : public HeapIndexTrait<CollectionBackingHeap> { }; struct in namespace:blink
190 struct HeapIndexTrait<Typ
[all...]

Completed in 106 milliseconds