Searched refs:hashkey (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp96 int hashkey(const void *key);
H A Ddict.cpp343 int hashkey(const void *key) { function
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp97 int hashkey(const void *key);
H A Ddict2.cpp310 int hashkey(const void *key) { function
H A Dforms.cpp330 FormDict::FormDict( ) : _form(cmpkey,hashkey) {
H A Ddfa.cpp896 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 DMacOSXPreferencesFile.java135 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 DAttributeValues.java414 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 DbuildOopMap.cpp586 safehash = new Dict(cmpkey,hashkey,A);
H A Dmacro.cpp75 Dict* sosn_map = new Dict(cmpkey,hashkey);
H A Dtype.cpp747 Dict d(cmpkey,hashkey); // Stop recursive type dumping

Completed in 2369 milliseconds