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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2306 SystemDictionary::find_method_handle_type(signature, accessing_klass, CHECK_(empty));
2341 Handle SystemDictionary::find_method_handle_type(Symbol* signature, function in class:SystemDictionary
2353 warning("SystemDictionary::find_method_handle_type called from compiler thread"); // FIXME
2441 type = find_method_handle_type(signature, caller, CHECK_(empty));
2503 Handle method_type = find_method_handle_type(type, caller, CHECK_(empty));

Completed in 41 milliseconds