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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h199 // HeapTypeTrait defines which heap to use for particular types.
202 struct HeapTypeTrait : public HeapIndexTrait<GeneralHeap> { }; struct in namespace:blink
210 struct HeapTypeTrait<class Type> : public HeapIndexTrait<Type##Heap> { };
545 // HeapTypeTrait<Type>::index.

Completed in 113 milliseconds