Searched refs:hash (Results 276 - 300 of 399) sorted by relevance

<<111213141516

/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DAttributeClass.java269 return Objects.hash(myType, myName, myValue);
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanOperationInfo.java310 return Objects.hash(getName(), getReturnType());
H A DMBeanAttributeInfo.java305 return Objects.hash(getName(), getType());
/openjdk10/jdk/src/java.security.jgss/share/classes/javax/security/auth/kerberos/
H A DKeyTab.java332 * Returns a hash code for this {@code KeyTab}.
334 * @return a hash code for this {@code KeyTab}.
337 return Objects.hash(file, princ, bound);
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DArchive.java137 return Objects.hash(this.filename, this.path);
/openjdk10/hotspot/src/share/vm/adlc/
H A Dforms.hpp98 // cmp is a key comparision routine. hash is a routine to hash a key.
99 // FormDict( CmpKey cmp, Hash hash );
100 FormDict( CmpKey cmp, Hash hash, Arena *arena );
575 // cmp is a key comparision routine. hash is a routine to hash a key.
576 ExprDict( CmpKey cmp, Hash hash, Arena *arena );
H A Dforms.cpp307 FormDict::FormDict( CmpKey cmp, Hash hash, Arena *arena ) argument
308 : _form(cmp, hash, arena) {
/openjdk10/hotspot/src/share/vm/opto/
H A Dtype.cpp408 //------------------------------hash-------------------------------------------
410 return t->hash();
685 // Create the hash-cons'ing dictionary with top-level storage allocation
698 // Do the hash-cons trick. If the Type already exists in the type table,
740 //------------------------------hash-------------------------------------------
742 int Type::hash(void) const { function in class:Type
1151 //------------------------------hash-------------------------------------------
1153 int TypeF::hash(void) const { function in class:TypeF
1255 //------------------------------hash-------------------------------------------
1257 int TypeD::hash(voi function in class:TypeD
1499 int TypeInt::hash(void) const { function in class:TypeInt
1761 int TypeLong::hash(void) const { function in class:TypeLong
2004 int TypeTuple::hash(void) const { function in class:TypeTuple
2119 int TypeAry::hash(void) const { function in class:TypeAry
2302 int TypeVect::hash(void) const { function in class:TypeVect
2501 int TypePtr::hash(void) const { function in class:TypePtr
2926 int TypeRawPtr::hash(void) const { function in class:TypeRawPtr
3333 int TypeOopPtr::hash(void) const { function in class:TypeOopPtr
3942 int TypeInstPtr::hash(void) const { function in class:TypeInstPtr
3943 int hash = java_add(klass()->hash(), TypeOopPtr::hash()); local
4189 int TypeAryPtr::hash(void) const { function in class:TypeAryPtr
4498 int TypeNarrowPtr::hash(void) const { function in class:TypeNarrowPtr
4656 int TypeMetadataPtr::hash(void) const { function in class:TypeMetadataPtr
4867 int TypeKlassPtr::hash(void) const { function in class:TypeKlassPtr
5287 int TypeFunc::hash(void) const { function in class:TypeFunc
[all...]
H A Dmachnode.hpp151 virtual uint hash() const;
282 virtual uint hash() const;
841 virtual uint hash() const { return NO_HASH; } // CFG nodes do not hash function in class:MachCallNode
1033 virtual uint hash() const;
1060 virtual uint hash() const;
/openjdk10/jdk/src/java.base/share/classes/java/time/zone/
H A DZoneOffsetTransitionRule.java536 * Returns a suitable hash code.
538 * @return the hash code
542 int hash = ((time.toSecondOfDay() + (timeEndOfDay ? 1 : 0)) << 15) +
545 return hash ^ standardOffset.hashCode() ^
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DUnicastRef.java112 * @param opnum a hash that may be used to represent the method
333 long hash)
348 new StreamRemoteCall(conn, ref.getObjID(), opnum, hash);
332 newCall(RemoteObject obj, Operation[] ops, int opnum, long hash) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java158 int hash = 7;
159 hash = 29 * hash + Objects.hashCode(this.dtm);
160 hash = 29 * hash + this.node;
161 return hash;
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java1116 int hash = 3;
1117 hash = 29 * hash + this.key.hashCode();
1118 hash = 29 * hash + this.xstate;
1119 return hash;
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DScope.java47 * as hash tables with "open addressing" and "double hashing".
48 * Scopes can be nested. Nested scopes can share their hash tables.
274 /** The number of scopes that share this scope's hash table.
282 /** A hash table for the scope's entries.
286 /** Mask for hash codes, always equal to (table.length - 1).
307 /** The hash table's initial size.
349 * with a new hash table, whose contents initially are those of
388 int hash = getIndex(elems.sym.name);
389 Entry e = table[hash];
391 table[hash]
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectStreamClass.java1804 long hash = 0;
1806 hash = (hash << 8) | (hashBytes[i] & 0xFF);
1808 return hash;
2191 private final int hash; field in class:ObjectStreamClass.FieldReflectorKey
2205 hash = System.identityHashCode(cl) + sigs.hashCode();
2209 return hash;
2310 * saved value of the referent's identity hash code, to maintain
2311 * a consistent hash code after the referent has been cleared
2313 private final int hash; field in class:ObjectStreamClass.WeakClassKey
[all...]
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp686 intptr_t hash = (intptr_t) markOopDesc::no_hash; local
705 if (hash != markOopDesc::no_hash) {
706 header = header->copy_set_hash(hash);
715 if (hash != markOopDesc::no_hash) {
716 new_header = new_header->copy_set_hash(hash);
731 if (hash != markOopDesc::no_hash) {
732 header = header->copy_set_hash(hash);
884 intptr_t hash = (intptr_t) markOopDesc::no_hash; local
903 if (hash != markOopDesc::no_hash) {
904 header = header->copy_set_hash(hash);
1824 intptr_t hash = (intptr_t) markOopDesc::no_hash; local
[all...]
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java1808 // See if we should use a hash table style
1811 StaticStringsHash hash = getStringsHash(remoteMethods);
1813 if (hash != null) {
1814 p.plnI("switch ("+method+"."+hash.method+") {");
1815 for (int i = 0; i < hash.buckets.length; i++) {
1816 p.plnI("case "+hash.keys[i]+": ");
1817 for (int j = 0; j < hash.buckets[i].length; j++) {
1818 CompoundType.Method current = remoteMethods[hash.buckets[i][j]];
1840 if (hash != null) {
1848 if (hash !
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DString.java154 /** Cache the hash code for the string */
155 private int hash; // Default to 0 field in class:String
237 this.hash = original.hash;
1501 * Returns a hash code for this string. The hash code for a
1509 * (The hash value of the empty string is zero.)
1511 * @return a hash code value for this object.
1514 int h = hash;
1516 hash
[all...]
H A DThread.java2075 * saved value of the referent's identity hash code, to maintain
2076 * a consistent hash code after the referent has been cleared
2078 private final int hash; field in class:Thread.WeakClassKey
2086 hash = System.identityHashCode(cl);
2090 * Returns the identity hash code of the original referent.
2094 return hash;
2129 /** Probe hash value; nonzero if threadLocalRandomSeed initialized */
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixPath.java57 private int hash; field in class:UnixPath
773 // OK if two or more threads compute hash
774 int h = hash;
779 hash = h;
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java70 // computed hash code (computed lazily, no need to be volatile)
71 private int hash; field in class:WindowsPath
811 // OK if two or more threads compute hash
812 int h = hash;
817 hash = h;
/openjdk10/hotspot/src/share/vm/oops/
H A Dklass.cpp617 intptr_t hash = 0;
619 // java_mirror might not be created yet, return 0 as hash.
620 hash = ik->java_mirror()->identity_hash();
623 sprintf(hash_buf, "/" UINTX_FORMAT, (uintx)hash);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/module/
H A DSystemModuleFinders.java335 * Generates a map of module name to hash value.
360 * Returns a HashSupplier that returns the hash of the given module.
363 byte[] hash = nameToHash.get(name);
364 if (hash != null) {
369 return hash;
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/
H A DNameImpl.java697 int hash = 0;
707 hash += comp.hashCode();
709 return hash;
/openjdk10/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java177 return hash(name) ^ hash(gd) ^ Arrays.hashCode(bounds);
304 static int hash(Object x) { method in class:TestTypeResolver

Completed in 302 milliseconds

<<111213141516