Searched refs:hash (Results 1 – 11 of 11) sorted by relevance
84 int hash = type.hashCode(); in hashCode() local85 hash = (hash * 31) + elements.hashCode(); in hashCode()86 hash = (hash * 31) + visibility.hashCode(); in hashCode()87 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()
164 u4 hash = 1; in classDescriptorHash() local167 hash = hash * 31 + *str++; in classDescriptorHash()169 return hash; in classDescriptorHash()181 u4 hash = classDescriptorHash(classDescriptor); in classLookupAdd() local183 int idx = hash & mask; in classLookupAdd()197 pLookup->table[idx].classDescriptorHash = hash; in classLookupAdd()442 u4 hash; in dexFindClass() local445 hash = classDescriptorHash(descriptor); in dexFindClass()447 idx = hash & mask; in dexFindClass()459 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()
292 int hash = (local != null) ? local.hashCode() : 0; in hashCodeOf() local294 hash = (hash * 31 + type.hashCode()) * 31 + reg; in hashCodeOf()295 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()