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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DObject.java180 * @param arg_list an <code>NVList</code> containing the actual arguments
193 NVList arg_list,
205 * @param arg_list an <code>NVList</code> containing the actual arguments
225 NVList arg_list,
191 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result) argument
223 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) argument
H A DLocalObject.java184 * @param arg_list an <code>NVList</code> containing the actual arguments
196 NVList arg_list,
210 * @param arg_list an <code>NVList</code> containing the actual arguments
228 NVList arg_list,
194 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result) argument
226 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java134 public Request _create_request( Context ctx, String operation, NVList arg_list, argument
137 return object._create_request( ctx, operation, arg_list, result ) ;
140 public Request _create_request( Context ctx, String operation, NVList arg_list, argument
143 return object._create_request( ctx, operation, arg_list, result,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java356 NVList arg_list,
359 return new RequestImpl(orb, obj, ctx, operation, arg_list,
366 NVList arg_list,
371 return new RequestImpl(orb, obj, ctx, operation, arg_list, result,
353 create_request(org.omg.CORBA.Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) argument
363 create_request(org.omg.CORBA.Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) argument
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java124 * @param arg_list The arguments to the operation in the
133 NVList arg_list,
143 * @param arg_list The arguments to the operation in the
156 NVList arg_list,
130 create_request(org.omg.CORBA.Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) argument
153 create_request(org.omg.CORBA.Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) argument
H A DObjectImpl.java191 * @param arg_list the arguments for the method; an <code>NVList</code>
201 NVList arg_list,
206 arg_list,
222 * @param arg_list the arguments for the method; an <code>NVList</code>
240 NVList arg_list,
247 arg_list,
199 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result) argument
238 _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2665 void LIRGenerator::invoke_load_arguments(Invoke* x, LIRItemList* args, const LIR_OprList* arg_list) { argument
2666 assert(args->length() == arg_list->length(),
2667 err_msg_res("args=%d, arg_list=%d", args->length(), arg_list->length()));
2670 LIR_Opr loc = arg_list->at(i);
2689 LIR_Opr loc = arg_list->at(0);
2743 LIR_OprList* arg_list = cc->args(); local
2755 invoke_load_arguments(x, args, arg_list);
2781 arg_list, info);
2791 arg_list, inf
[all...]

Completed in 47 milliseconds