Searched refs:_invoke (Results 1 - 19 of 19) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DInvokeHandler.java69 OutputStream _invoke(String method, InputStream input, method in interface:InvokeHandler
H A DObjectImpl.java460 * If an exception occurs, the <code>_invoke</code> method may throw an
473 public InputStream _invoke(OutputStream output) method in class:ObjectImpl
481 * completed after a call to the method <code>_invoke</code>.
485 * by the <code>_invoke</code> method or the
489 * @see #_invoke
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A D_PolicyStub.java77 _in = _invoke (_out);
101 _in = _invoke (_out);
124 _in = _invoke (_out);
H A D_IDLTypeStub.java70 _in = _invoke (_out);
91 _in = _invoke (_out);
112 _in = _invoke (_out);
H A DLocalObject.java442 * call. {@code _invoke} returns an {@code InputStream} which
444 * marshaled reply. If an exception occurs, {@code _invoke} may throw an
453 * {@code _invoke} may throw an
458 * {@code _invoke} may throw an
467 public InputStream _invoke(OutputStream output) method in class:LocalObject
481 * {@code _invoke()} or
/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java61 _in = _invoke (_out);
84 _in = _invoke (_out);
107 _in = _invoke (_out);
/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseStub.java59 _in = _invoke (_out);
81 _in = _invoke (_out);
101 _in = _invoke (_out);
123 _in = _invoke (_out);
143 _in = _invoke (_out);
165 _in = _invoke (_out);
H A D_CodeBaseImplBase.java55 public org.omg.CORBA.portable.OutputStream _invoke (String method, method in class:_CodeBaseImplBase
132 } // _invoke
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/
H A D_HelloInterface_Stub.java43 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
82 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
122 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
162 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
202 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
242 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
H A D_HelloImpl_Tie.java61 public OutputStream _invoke(String method, InputStream _in, ResponseHandler reply) throws SystemException { method in class:_HelloImpl_Tie
/openjdk10/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest$_Server_Tie.java81 public OutputStream _invoke(String method, InputStream _in, ResponseHandler reply) throws SystemException { method in class:ObjectStreamTest$_Server_Tie
H A DObjectStreamTest$_Echo_Stub.java60 in = _invoke(out);
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/8146975/
H A D_HelloImpl_Tie.java80 public OutputStream _invoke(String method, InputStream _in, ResponseHandler reply) throws SystemException { method in class:_HelloImpl_Tie
H A D_HelloInterface_Stub.java62 in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java127 public org.omg.CORBA.portable.OutputStream _invoke(String method, method in class:ReflectiveTie
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaServerRequestDispatcherImpl.java654 (OutputStream)invhandle._invoke(
/openjdk10/hotspot/src/share/vm/classfile/
H A DvmSymbols.hpp1408 do_intrinsic(_invoke, java_lang_reflect_Method, invoke_name, object_object_array_object_signature, F_R) \
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.cpp1221 if (intrinsic_id() == vmIntrinsics::_invoke) {
/openjdk10/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp359 assert(id != vmIntrinsics::_Object_init && id != vmIntrinsics::_invoke, "enum out of order?");

Completed in 316 milliseconds