Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotation.java84 int hash = type.hashCode(); in hashCode() local
85 hash = (hash * 31) + elements.hashCode(); in hashCode()
86 hash = (hash * 31) + visibility.hashCode(); in hashCode()
87 return hash; in hashCode()
/dalvik/dx/src/com/android/dx/dex/code/
DCatchTable.java133 int hash = (start * 31) + end; in hashCode() local
134 hash = (hash * 31) + handlers.hashCode(); in hashCode()
135 return hash; in hashCode()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DCatchTable.java133 int hash = (start * 31) + end; in hashCode() local
134 hash = (hash * 31) + handlers.hashCode(); in hashCode()
135 return hash; in hashCode()
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotation.java92 int hash = type.hashCode(); in hashCode() local
93 hash = (hash * 31) + elements.hashCode(); in hashCode()
94 hash = (hash * 31) + visibility.hashCode(); in hashCode()
95 return hash; in hashCode()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecSet.java89 int hash = 0; in hashCode() local
94 hash = (hash * 31) + oneHash; in hashCode()
97 return hash; in hashCode()
DRegisterSpec.java274 int hash = (local != null) ? local.hashCode() : 0; in hashCodeOf() local
276 hash = (hash * 31 + type.hashCode()) * 31 + reg; in hashCodeOf()
277 return hash; in hashCodeOf()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecSet.java88 int hash = 0; in hashCode() local
93 hash = (hash * 31) + oneHash; in hashCode()
96 return hash; in hashCode()
DRegisterSpec.java292 int hash = (local != null) ? local.hashCode() : 0; in hashCodeOf() local
294 hash = (hash * 31 + type.hashCode()) * 31 + reg; in hashCodeOf()
295 return hash; in hashCodeOf()
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DStdTypeList.java262 int hash = 0; in hashContents() local
265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents()
268 return hash; in hashContents()
/dalvik/dx/src/com/android/dx/rop/type/
DStdTypeList.java262 int hash = 0; in hashContents() local
265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents()
268 return hash; in hashContents()