Searched defs:parse_stream (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp252 static klassOop parse_stream(Symbol* class_name, function in class:SystemDictionary
258 return parse_stream(class_name, class_loader, protection_domain, st, nullHandle, NULL, THREAD);
260 static klassOop parse_stream(Symbol* class_name,
H A DsystemDictionary.cpp940 klassOop SystemDictionary::parse_stream(Symbol* class_name, function in class:SystemDictionary

Completed in 31 milliseconds