Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexType.java273 DexString thisDescriptor = namingLens.lookupDescriptor(this); in slowCompareTo() local
275 return thisDescriptor.slowCompareTo(otherDescriptor); in slowCompareTo()
280 DexString thisDescriptor = namingLens.lookupDescriptor(this); in layeredCompareTo() local
282 return thisDescriptor.compareTo(otherDescriptor); in layeredCompareTo()