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()
153 var stringCache = {};161 if (stringCache[str]) {162 return stringCache[str];168 stringCache[str] = strPtr;