Searched refs:find_shared_class (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp79 klassOop find_shared_class(int index, unsigned int hash, Symbol* name);
H A Ddictionary.cpp487 klassOop Dictionary::find_shared_class(int index, unsigned int hash, function in class:Dictionary
H A DsystemDictionary.cpp1147 klassOop SystemDictionary::find_shared_class(Symbol* class_name) { function in class:SystemDictionary
1151 return shared_dictionary()->find_shared_class(d_index, d_hash, class_name);
1166 instanceKlassHandle ik (THREAD, find_shared_class(class_name));
2600 probe = SystemDictionary::find_shared_class(class_name);
H A DsystemDictionary.hpp613 static klassOop find_shared_class(Symbol* class_name);
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp103 oop k = SystemDictionary::find_shared_class(sym);

Completed in 46 milliseconds