Searched refs:shared_dictionary (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1148 if (shared_dictionary() != NULL) {
1149 unsigned int d_hash = shared_dictionary()->compute_hash(class_name, Handle());
1150 int d_index = shared_dictionary()->hash_to_index(d_hash);
1151 return shared_dictionary()->find_shared_class(d_index, d_hash, class_name);
H A DsystemDictionary.hpp584 static Dictionary* shared_dictionary() { return _shared_dictionary; } function in class:SystemDictionary

Completed in 41 milliseconds