Searched refs:intCache (Results 1 – 1 of 1) sorted by relevance
66 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup()69 CacheEntry<int> intCache[cacheSize]; variable