Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstFieldRef.java76 CstUtf8 otherDescriptor = otherField.getNat().getDescriptor(); in compareTo0() local
77 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
DCstType.java186 String otherDescriptor = ((CstType) other).type.getDescriptor(); in compareTo0() local
187 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstFieldRef.java77 CstString otherDescriptor = otherField.getNat().getDescriptor(); in compareTo0() local
78 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
DCstType.java218 String otherDescriptor = ((CstType) other).type.getDescriptor(); in compareTo0() local
219 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()