Searched refs:_shared_dictionary (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp552 static Dictionary* _shared_dictionary; member in class:SystemDictionary
584 static Dictionary* shared_dictionary() { return _shared_dictionary; }
H A DsystemDictionary.cpp66 Dictionary* SystemDictionary::_shared_dictionary = NULL; member in class:SystemDictionary
1140 _shared_dictionary = new Dictionary(_nof_buckets, t, number_of_entries);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp678 static_field(SystemDictionary, _shared_dictionary, Dictionary*) \

Completed in 182 milliseconds