Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java31 private String toStringCache = null; field in DexType
217 if (toStringCache == null) { in toSourceString()
220 toStringCache = "CATCH_ALL"; in toSourceString()
222 toStringCache = DescriptorUtils.descriptorToJavaType(toDescriptorString()); in toSourceString()
225 return toStringCache; in toSourceString()
253 toStringCache = null; in flushCachedValues()