Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DMapBinToFromTreeTest.java193 final int hashcode; field in MapBinToFromTreeTest.HashCodeInteger
199 HashCodeInteger(int value, int hashcode) { in HashCodeInteger() argument
201 this.hashcode = hashcode; in HashCodeInteger()
228 return hashcode; in hashCode()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java1345 public final int hashcode;
1349 hashcode = key.hashCode();
1354 hashcode = key.hashCode();
1369 return hashcode;
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java1275 volatile int hashcode = 0; field in X509CRLImpl.X509IssuerSerial
1343 if (hashcode == 0) { in hashCode()
1347 hashcode = result; in hashCode()
1349 return hashcode; in hashCode()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java347 volatile int hashcode = 0; // 0x0 field in X509CRLImpl.X509IssuerSerial