Searched refs:cacheClazzToConstantDebugUtilsMapping (Results 1 – 1 of 1) sorted by relevance
67 return cacheClazzToConstantDebugUtilsMapping(clazz).toName(value); in toName()76 return cacheClazzToConstantDebugUtilsMapping(clazz).toValue(name); in toValue()83 return cacheClazzToConstantDebugUtilsMapping( in getValues()87 private static ConstantDebugUtils cacheClazzToConstantDebugUtilsMapping(Class<?> clazz) { in cacheClazzToConstantDebugUtilsMapping() method in ConstantDebugUtils