Searched refs:hash (Results 1 – 10 of 10) 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()
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()
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()
262 int hash = 0; in hashContents() local265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents()268 return hash; in hashContents()