Searched refs:hash (Results 1 – 11 of 11) sorted by relevance
132 int hash = (start * 31) + end; in hashCode() local133 hash = (hash * 31) + handlers.hashCode(); in hashCode()134 return hash; in hashCode()
83 int hash = type.hashCode(); in hashCode() local84 hash = (hash * 31) + elements.hashCode(); in hashCode()85 hash = (hash * 31) + visibility.hashCode(); in hashCode()86 return hash; in hashCode()
133 int hash = (start * 31) + end; in hashCode() local134 hash = (hash * 31) + handlers.hashCode(); in hashCode()135 return hash; in hashCode()
92 int hash = type.hashCode(); in hashCode() local93 hash = (hash * 31) + elements.hashCode(); in hashCode()94 hash = (hash * 31) + visibility.hashCode(); in hashCode()95 return hash; in hashCode()
165 u4 hash = 1; in classDescriptorHash() local168 hash = hash * 31 + *str++; in classDescriptorHash()170 return hash; in classDescriptorHash()184 u4 hash = classDescriptorHash(classDescriptor); in classLookupAdd() local186 int idx = hash & mask; in classLookupAdd()200 pLookup->table[idx].classDescriptorHash = hash; in classLookupAdd()445 u4 hash; in dexFindClass() local448 hash = classDescriptorHash(descriptor); in dexFindClass()450 idx = hash & mask; in dexFindClass()462 if (pLookup->table[idx].classDescriptorHash == hash) { in dexFindClass()
88 int hash = 0; in hashCode() local93 hash = (hash * 31) + oneHash; in hashCode()96 return hash; in hashCode()
280 int hash = (local != null) ? local.hashCode() : 0; in hashCodeOf() local282 hash = (hash * 31 + type.hashCode()) * 31 + reg; in hashCodeOf()283 return hash; in hashCodeOf()
89 int hash = 0; in hashCode() local94 hash = (hash * 31) + oneHash; in hashCode()97 return hash; in hashCode()
274 int hash = (local != null) ? local.hashCode() : 0; in hashCodeOf() local276 hash = (hash * 31 + type.hashCode()) * 31 + reg; in hashCodeOf()277 return hash; in hashCodeOf()
262 int hash = 0; in hashContents() local265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents()268 return hash; in hashContents()