Searched refs:toStringCache (Results 1 – 1 of 1) sorted by relevance
31 private String toStringCache = null; field in DexType217 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()