Searched refs:indexFor (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DTwoOopHashtable.java40 public int indexFor(Symbol name, Oop loader) { method in class:TwoOopHashtable
H A DBitMap.java50 int index = indexFor(offset);
164 int index = indexFor(l_offset);
165 int r_index = indexFor(r_offset);
204 private int indexFor(int offset) { method in class:BitMap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DFixedEntryStringIntMap.java41 final int tableIndex = indexFor(hash, _table.length);
63 final int tableIndex = indexFor(_fixedEntry._hash, _table.length);
99 final int tableIndex = indexFor(_fixedEntry._hash, _table.length);
H A DKeyIntMap.java132 public static final int indexFor(int h, int length) { method in class:KeyIntMap
H A DLocalNameQualifiedNamesMap.java139 final int tableIndex = indexFor(hash, _table.length);
152 final int tableIndex = indexFor(hash, _table.length);
170 final int tableIndex = indexFor(hash, _table.length);
216 int i = indexFor(e._hash, newCapacity);
H A DStringIntMap.java123 final int tableIndex = indexFor(hash, _table.length);
136 final int tableIndex = indexFor(hash, _table.length);
159 final int tableIndex = indexFor(hash, _table.length);
204 int i = indexFor(e._hash, newCapacity);
H A DCharArrayIntMap.java146 final int tableIndex = indexFor(hash, _table.length);
177 final int tableIndex = indexFor(hash, _table.length);
220 int i = indexFor(e._hash, newCapacity);
H A DPrefixArray.java101 int index = KeyIntMap.indexFor(KeyIntMap.hashHash(_inScopeNamespaces[0].prefix.hashCode()), _prefixMap.length);
115 index = KeyIntMap.indexFor(KeyIntMap.hashHash(_inScopeNamespaces[1].prefix.hashCode()), _prefixMap.length);
360 e.prefixEntryIndex = KeyIntMap.indexFor(KeyIntMap.hashHash(prefix.hashCode()), _prefixMap.length);
408 final int index = KeyIntMap.indexFor(KeyIntMap.hashHash(prefix.hashCode()), _prefixMap.length);
/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java191 private int indexFor(int h, int length) method in class:WeakPool
206 int i = indexFor(h, table.length);
287 int index = indexFor(h, tab.length);
309 int index = indexFor(h, tab.length);
333 int i = indexFor(h, tab.length);
420 int i = indexFor(e.hash, dest.length);
444 int i = indexFor(h, tab.length);
/openjdk7/jdk/src/share/classes/java/util/
H A DWeakHashMap.java378 private static int indexFor(int h, int length) { method in class:WeakHashMap
390 int i = indexFor(e.hash, table.length);
466 int index = indexFor(h, tab.length);
496 int index = indexFor(h, tab.length);
519 int i = indexFor(h, tab.length);
598 int i = indexFor(e.hash, dest.length);
668 int i = indexFor(h, tab.length);
698 int i = indexFor(h, tab.length);
H A DHashMap.java378 static int indexFor(int h, int length) { method in class:HashMap
467 for (Entry<K,V> e = table[indexFor(hash, table.length)];
497 int i = indexFor(hash, table.length);
538 int i = indexFor(hash, table.length);
601 int i = indexFor(e.hash, newCapacity);
674 int i = indexFor(hash, table.length);
710 int i = indexFor(hash, table.length);
885 bucketIndex = indexFor(hash, table.length);
H A DLinkedHashMap.java256 int index = indexFor(e.hash, newCapacity);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DQNameMap.java115 int i = indexFor(hash, table.length);
213 private static int indexFor(int h, int length) { method in class:QNameMap
262 int i = indexFor(e.hash, newCapacity);
457 int i = indexFor(hash, table.length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DQNameMap.java112 int i = indexFor(hash, table.length);
214 private static int indexFor(int h, int length) { method in class:QNameMap
263 int i = indexFor(e.hash, newCapacity);
465 int i = indexFor(hash, table.length);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodType.java1101 private static int indexFor(int h, int length) { method in class:MethodType.WeakInternSet
1112 int i = indexFor(entry.hash, table.length);
1157 int index = indexFor(h, tab.length);
1180 int i = indexFor(h, tab.length);
1250 int i = indexFor(e.hash, dest.length);

Completed in 52 milliseconds