HomeSort by relevance Sort by last modified time
    Searched refs:intCache (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
NumericStrings.h 66 CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; }
69 CacheEntry<int> intCache[cacheSize];
  /prebuilt/common/ecj/
ecj.jar 

Completed in 897 milliseconds