Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1378 typedef MapSelector<8*sizeof(uintptr_t)>::CacheType PageMapCache; typedef in WTF::TCMalloc_PageHeap
1380 mutable PageMapCache pagemap_cache_;
1488 pagemap_cache_ = PageMapCache(0); in init()
1500 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits); in init()