Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstFieldRef.java75 CstUtf8 thisDescriptor = getNat().getDescriptor(); in compareTo0() local
77 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
DCstType.java185 String thisDescriptor = type.getDescriptor(); in compareTo0() local
187 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstFieldRef.java76 CstString thisDescriptor = getNat().getDescriptor(); in compareTo0() local
78 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
DCstType.java217 String thisDescriptor = type.getDescriptor(); in compareTo0() local
219 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()