Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1194 template <int BITS> class MapSelector { class
1212 template <> class MapSelector<64> { class
1220 template <> class MapSelector<32> { class
1334 typedef MapSelector<8*sizeof(uintptr_t)>::Type PageMap;
1335 typedef MapSelector<8*sizeof(uintptr_t)>::CacheType PageMapCache;
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1612339 (WTF::MapSelector): Add specialization for 64 bit that takes into account the