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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp600 static methodHandle make_method_handle_intrinsic(vmIntrinsics::ID iid, // _invokeBasic, _linkToVirtual
H A DmethodOop.cpp933 methodHandle methodOopDesc::make_method_handle_intrinsic(vmIntrinsics::ID iid, function in class:methodOopDesc
943 tty->print_cr("make_method_handle_intrinsic MH.%s%s", name->as_C_string(), signature->as_C_string());
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2246 m = methodOopDesc::make_method_handle_intrinsic(iid, signature, CHECK_(empty));

Completed in 98 milliseconds