Home | History | Annotate | Download | only in asm

Lines Matching refs:hashCode

110     int hashCode;
151 hashCode = i.hashCode;
162 this.hashCode = 0x7FFFFFFF & (type + intVal);
173 this.hashCode = 0x7FFFFFFF & (type + (int) longVal);
184 this.hashCode = 0x7FFFFFFF & (type + (int) floatVal);
195 this.hashCode = 0x7FFFFFFF & (type + (int) doubleVal);
224 hashCode = 0x7FFFFFFF & (type + strVal1.hashCode());
227 hashCode = 0x7FFFFFFF & (type + strVal1.hashCode()
228 * strVal2.hashCode());
236 hashCode = 0x7FFFFFFF & (type + strVal1.hashCode()
237 * strVal2.hashCode() * strVal3.hashCode());
256 this.hashCode = 0x7FFFFFFF & (ClassWriter.INDY + bsmIndex
257 * strVal1.hashCode() * strVal2.hashCode());
265 * @param hashCode
266 * hashcode of the item. This hashcode is processed from the
267 * hashcode of the bootstrap method and the hashcode of all
270 void set(int position, int hashCode) {
273 this.hashCode = hashCode;