Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/code/
DCatchTable.java75 Entry otherEntry = other.get(i); in compareTo() local
76 int compare = thisEntry.compareTo(otherEntry); in compareTo()
DCatchHandlerList.java148 Entry otherEntry = other.get(i); in compareTo() local
149 int compare = thisEntry.compareTo(otherEntry); in compareTo()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DCatchTable.java76 Entry otherEntry = other.get(i); in compareTo() local
77 int compare = thisEntry.compareTo(otherEntry); in compareTo()
DCatchHandlerList.java148 Entry otherEntry = other.get(i); in compareTo() local
149 int compare = thisEntry.compareTo(otherEntry); in compareTo()