Searched refs:stringCache (Results 1 – 2 of 2) sorted by relevance
59 private static final ConcurrentMap<String, String> stringCache = new ConcurrentHashMap<>(); field in StackTraceElements103 stringCache.clear(); in clearCache()157 String cached = stringCache.get(s); in weakIntern()161 stringCache.put(s, s); in weakIntern()
193 var stringCache = {};201 if (stringCache[str]) {202 return stringCache[str];208 stringCache[str] = strPtr;