Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DJarApplicationReader.java104 shortyDescriptor.append(getShortyDescriptor(returnType)); in getProto()
106 shortyDescriptor.append(getShortyDescriptor(arguments[i])); in getProto()
116 private static String getShortyDescriptor(Type type) { in getShortyDescriptor() method in JarApplicationReader