Searched refs:_hashCode (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DBakedArrayList.java50 private int _hashCode; field in class:BakedArrayList
69 _hashCode = 1;
71 _hashCode = 31 * _hashCode + get(counter).hashCode();
76 return _hashCode;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DQName.java36 private int _hashCode; field in class:QName
47 _hashCode = _stringRep.hashCode() + 19; // cached for speed
81 return _hashCode;
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp344 assert(!strcmp(nt[_hashCode], "_hashCode"), "lined up");
H A DvmSymbols.hpp554 // Each intrinsic consists of a public enum name (like _hashCode),
587 do_intrinsic(_hashCode, java_lang_Object, hashCode_name, void_int_signature, F_R) \
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1168 iid == vmIntrinsics::_hashCode)
1185 case vmIntrinsics::_hashCode:
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp304 // example: -XX:DisableIntrinsic=_hashCode,_getClass
317 case vmIntrinsics::_hashCode:
371 case vmIntrinsics::_hashCode:
635 case vmIntrinsics::_hashCode: return inline_native_hashcode(intrinsic()->is_virtual(), !is_static);
3810 vmIntrinsics::ID hashCode_id = is_static ? vmIntrinsics::_identityHashCode : vmIntrinsics::_hashCode;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1977 if (InlineObjectHash && method->intrinsic_id() == vmIntrinsics::_hashCode) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1772 if (InlineObjectHash && method->intrinsic_id() == vmIntrinsics::_hashCode) {

Completed in 150 milliseconds