Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DCachedTranscendentalFunction.h77 m_cache = static_cast<CacheEntry*>(fastMalloc(s_cacheSize * sizeof(CacheEntry))); in initialize()
78 for (unsigned x = 0; x < s_cacheSize; ++x) { in initialize()
94 return x & (s_cacheSize - 1); in hash()
97 static const unsigned s_cacheSize = 0x1000; variable