Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1335 typedef MapSelector<8*sizeof(uintptr_t)>::CacheType PageMapCache; typedef in WTF::TCMalloc_PageHeap
1337 mutable PageMapCache pagemap_cache_;
1435 pagemap_cache_ = PageMapCache(0); in init()
1447 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits); in init()