Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/util/
DStackTraceElements.java59 private static final ConcurrentMap<String, String> stringCache = new ConcurrentHashMap<>(); field in StackTraceElements
103 stringCache.clear(); in clearCache()
157 String cached = stringCache.get(s); in weakIntern()
161 stringCache.put(s, s); in weakIntern()
/external/skia/modules/canvaskit/
Dparagraph.js193 var stringCache = {};
201 if (stringCache[str]) {
202 return stringCache[str];
208 stringCache[str] = strPtr;