Searched refs:hashkey (Results 1 - 11 of 11) sorted by relevance
/openjdk7/hotspot/src/share/vm/libadt/ |
H A D | dict.hpp | 96 int hashkey(const void *key);
|
H A D | dict.cpp | 343 int hashkey(const void *key) { function
|
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | dict2.hpp | 97 int hashkey(const void *key);
|
H A D | dict2.cpp | 310 int hashkey(const void *key) { function
|
H A D | forms.cpp | 330 FormDict::FormDict( ) : _form(cmpkey,hashkey) {
|
H A D | dfa.cpp | 896 ExprDict::ExprDict( ) : _expr(cmpkey,hashkey), _defines() { 899 ExprDict::ExprDict( const ExprDict & ) : _expr(cmpkey,hashkey), _defines() {
|
/openjdk7/jdk/src/macosx/classes/java/util/prefs/ |
H A D | MacOSXPreferencesFile.java | 135 String hashkey = 137 WeakReference hashvalue = (WeakReference)cachedFiles.get(hashkey); 147 cachedFiles.put(hashkey, new WeakReference(result));
|
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | AttributeValues.java | 414 int hashkey = defined; 421 // hashkey will handle it 425 hashkey &= ~ea.mask; 429 ht.put(DEFINED_KEY, Integer.valueOf(hashkey));
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | buildOopMap.cpp | 586 safehash = new Dict(cmpkey,hashkey,A);
|
H A D | macro.cpp | 75 Dict* sosn_map = new Dict(cmpkey,hashkey);
|
H A D | type.cpp | 747 Dict d(cmpkey,hashkey); // Stop recursive type dumping
|
Completed in 2369 milliseconds