Home
last modified time | relevance | path

Searched refs:MapSelector (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1034 template <int BITS> class MapSelector { class
1052 template <> class MapSelector<64> { class
1060 template <> class MapSelector<32> { class
1148 typedef MapSelector<8*sizeof(uintptr_t)>::Type PageMap;
1149 typedef MapSelector<8*sizeof(uintptr_t)>::CacheType PageMapCache;
/external/webkit/JavaScriptCore/
DChangeLog546 (WTF::MapSelector): Add specialization for 64 bit that takes into account the