Searched refs:find_method_handle_type (Results 1 - 3 of 3) 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));
H A DsystemDictionary.hpp493 static Handle find_method_handle_type(Symbol* signature,
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp575 Handle value = SystemDictionary::find_method_handle_type(signature, klass, THREAD);

Completed in 46 milliseconds