Searched defs:call (Results 51 - 75 of 105) sorted by relevance

12345

/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java128 public Object call() throws InterruptedException { method in class:BlockingTaskExecutor.BlockingTask
144 public Object call() { method in class:BlockingTaskExecutor.NonBlockingTask
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanManagerTest.java132 public void call() throws Exception; method in interface:ScanManagerTest.Call
144 public void call() throws Exception {
195 op.call();
279 public void call() throws Exception {
316 public void call() throws Exception {
343 public void call() throws Exception {
/openjdk7/jdk/test/sun/rmi/rmic/minimizeWrapperInstances/
H A DTest.java101 public void invoke(RemoteCall call) { throw new AssertionError(); } argument
102 public void done(RemoteCall call) { throw new AssertionError(); } argument
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/oql/
H A DOQLEngine.java214 Object res = call("__where__", args);
225 Object select = call("__select__", args);
231 Object select = call("__select__", new Object[] {});
244 return call("wrapJavaObject", new Object[] { obj });
248 return call("toHtml", new Object[] { obj });
251 public Object call(String func, Object[] args) throws Exception { method in class:OQLEngine
291 // call ScriptEngine.put to initialize built-in heap object
293 "heap", call("wrapHeapSnapshot", new Object[] { snapshot })
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp147 // We just moved this call instruction from orig_addr to addr().
152 NativeCall* call = nativeCall_at(addr()); local
153 return call->destination() + adj;
156 NativeFarCall* call = nativeFarCall_at(addr()); local
157 return call->destination() + adj;
168 NativeCall* call = nativeCall_at(addr()); local
169 call->set_destination(x);
173 NativeFarCall* call = nativeFarCall_at(addr()); local
174 call->set_destination(x);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java91 public SOAPMessage call(SOAPMessage message, Object endPoint) method in class:HttpSOAPConnection
94 log.severe("SAAJ0003.p2p.call.already.closed.conn");
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DConcurrentQueueLoops.java115 public Integer call() { method in class:ConcurrentQueueLoops.Stage
/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java208 * call will be a no-op.
338 callback thread to call the timer owner's tick() method. The timer
395 TimerTickThread thr = TimerTickThread.call(
528 This class implements a simple thread whose only purpose is to call a
576 * Creates a new callback thread to call the timer owner's
581 protected static synchronized TimerTickThread call( method in class:TimerTickThread
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java106 * must preserve "at most once" call semantics. In RMI, "at most
110 * parameters of a call don't need to be buffered in anticipation
111 * of call retry. Thus, a method call is only be retried if the
145 * Object is not active in VM; retry call
150 * Failure during connection setup; retry call
155 * Failure during connection setup; retry call.
161 * cached connection; retry call
166 * Failure during parameter serialization; call may
167 * have reached server, so call retr
324 invoke(RemoteCall call) argument
333 done(RemoteCall call) argument
[all...]
H A DUnicastRef.java62 * Client-side call log.
65 Log.getLog("sun.rmi.client.call", "RMI",
105 * throws a RemoteException if the call failed or an
130 RemoteCall call = null;
133 /* If the call connection is "reused" early, remember not to
143 // create call context
144 call = new StreamRemoteCall(conn, ref.getObjID(), -1, opnum);
148 ObjectOutput out = call.getOutputStream();
161 call.executeCall();
167 ObjectInput in = call
374 invoke(RemoteCall call) argument
428 free(RemoteCall call, boolean reuse) argument
438 done(RemoteCall call) argument
[all...]
H A DUnicastServerRef.java73 /** value of server call log property */
77 /** server call log */
79 Log.getLog("sun.rmi.server.call", "RMI", logCalls);
244 * The up-call to the server and the marshalling of return result
247 * @param obj the target remote object for the call
248 * @param call the "remote call" from which operation and
253 public void dispatch(Remote obj, RemoteCall call) throws IOException { argument
260 // read remote call header
263 in = call
383 oldDispatch(Remote obj, RemoteCall call, int op) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java75 public Object call(String name, Object[] args) { method in class:JSJavaScriptEngine
231 println("quit() quits the interactive load call");
427 // call "main" function from "sa.js" -- main expects
429 call("main", new Object[] { this, jvm });
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java396 public Object call() { return action.run(); }};
411 public Object call() throws Exception { return action.run(); }};
470 public T call() { method in class:Executors.RunnableAdapter
488 public T call() throws Exception { method in class:Executors.PrivilegedCallable
493 return task.call();
528 public T call() throws Exception { method in class:Executors.PrivilegedCallableUsingCurrentClassLoader
536 return task.call();
540 return task.call();
/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp117 // Compute signature for C call. Varies from the Java signature!
130 // The C routine we are about to call cannot return an oop; it can block on
162 // Make the call node
163 CallRuntimeNode *call = new (C) local
167 // Fix-up the debug info for the call
168 call->set_jvms( new (C) JVMState(0) );
169 call->jvms()->set_bci(0);
170 call->jvms()->set_offsets(cnt);
175 call->init_req( cnt++, map()->in(i) );
177 call
[all...]
H A DcallGenerator.hpp36 // call sites and method entry points.
60 // is_virtual: The call uses the receiver type to select or check the method.
69 // is_late_inline: supports conversion of call into an inline
74 // for method handle calls: have we tried inlinining the call already?
77 // Replace the call with an inline version of the code
88 // The given jvms has state and arguments for a call to my method.
104 // If the call traps, the returned map must have a control edge of top.
105 // If the call can throw, the returned map must report has_exceptions().
108 // to handle the given call, and another CallGenerator should be consulted.
111 // How to generate a call sit
275 CallNode* call() const { return _call; } function in class:WarmCallInfo
297 set_call(CallNode* call) argument
[all...]
H A DidealKit.cpp439 // Slow path memory comes from the current map (which is from a slow call)
440 // Fast path/null path memory comes from the call's input
486 // Trivial runtime call
499 // Slow-path leaf call
500 CallNode *call = (CallNode*)new (C) CallLeafNode( slow_call_type, slow_call, leaf_name, adr_type); local
503 call->init_req( TypeFunc::Control, ctrl() );
504 call->init_req( TypeFunc::I_O , top() ) ; // does no i/o
506 call->init_req( TypeFunc::Memory , memory(adr_idx));
507 call->init_req( TypeFunc::FramePtr, top() /* frameptr() */ );
508 call
547 CallNode *call = (CallNode*)new (C) CallLeafNoFPNode( slow_call_type, slow_call, leaf_name, adr_type); local
[all...]
H A DloopPredicate.cpp62 return false; // don't do further after call
145 // We will create a region to guard the uct call if there is no one there.
155 assert(rgn->is_Region() || rgn->is_Call(), "must be a region or call uct");
158 if (!rgn->is_Region()) { // create a region to guard the call
159 assert(rgn->is_Call(), "must be call uct");
160 CallNode* call = rgn->as_Call(); local
161 IdealLoopTree* loop = get_loop(call);
165 _igvn.hash_delete(call);
166 call->set_req(0, rgn);
169 set_idom(call, rg
248 CallNode* call = rgn->as_Call(); local
[all...]
H A Dmachnode.cpp189 uint numopnds = num_opnds(); // Virtual call for number of operands
650 MachCallJavaNode &call = (MachCallJavaNode&)n; local
651 return MachCallNode::cmp(call) && _method->equals(call._method);
672 // If this call is a MethodHandle invoke we have to use a different
682 MachCallStaticJavaNode &call = (MachCallStaticJavaNode&)n; local
683 return MachCallJavaNode::cmp(call) && _name == call._name;
728 MachCallRuntimeNode &call = (MachCallRuntimeNode&)n; local
729 return MachCallNode::cmp(call)
[all...]
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJSAdapter.java95 return call(func, new Object[] { name });
105 return call(func, new Object[] { new Integer(index) });
115 Object res = call(func, new Object[] { name });
126 Object res = call(func, new Object[] { new Integer(index) });
138 call(func, new Object[] { name, value });
152 call(func, new Object[] { new Integer(index), value });
165 call(func, new Object[] { name });
174 call(func, new Object[] { new Integer(index) });
199 Object val = call(func, new Object[0]);
249 public Object call(Contex method in class:JSAdapter
316 private Object call(Function func, Object[] args) { method in class:JSAdapter
[all...]
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java35 private CallSite call = new CallSite(); field in class:Compilation
121 if (printInlining && call.getCalls() != null) {
122 for (CallSite site : call.getCalls()) {
240 return call;
243 public void setCall(CallSite call) { argument
244 this.call = call;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java415 public T call() throws Exception { method in class:DispatchImpl.Invoker
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java127 public Boolean call() { method in class:JavacTaskImpl
136 throw new IllegalStateException("multiple calls to method 'call'");
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp196 // safe to skip constructor call
200 call(&result, method, &args, CHECK);
217 JavaCalls::call(result, method, args, CHECK);
252 JavaCalls::call(result, method, args, CHECK);
286 JavaCalls::call(result, method, args, CHECK);
314 void JavaCalls::call(JavaValue* result, methodHandle method, JavaCallArguments* args, TRAPS) { function in class:JavaCalls
327 assert(method.not_null(), "must have a method to call");
328 assert(!SafepointSynchronize::is_at_safepoint(), "call to Java code during VM operation");
329 assert(!thread->handle_area()->no_handle_mark_active(), "cannot call out to Java here");
341 // Ignore call i
[all...]
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleEnhanceTest.java349 new ExpectIAE() { public void call() { Locale.forLanguageTag("").getExtension('\uD800'); }};
408 new ExpectIAE() { public void call() { Locale.forLanguageTag("").getUnicodeLocaleType("q"); }};
409 new ExpectIAE() { public void call() { Locale.forLanguageTag("").getUnicodeLocaleType("abcdefghi"); }};
412 new ExpectNPE() { public void call() { Locale.forLanguageTag("").getUnicodeLocaleType(null); }};
706 public void call() { b.setLocale(null); }
726 public void call() {
743 new BuilderILE() { public void call() { b.setLanguageTag("und-a-xx-yy-b-ww-A-00-11-c-vv"); }};
746 new BuilderILE() { public void call() { b.setLanguageTag("und-u-nu-thai-NU-chinese-xx-1234"); }};
780 new BuilderILE("q", "abcdefghi", "13") { public void call() { b.setLanguage(arg); }};
824 new BuilderILE("abc", "abcde", "l3tn") { public void call() {
1389 public abstract void call(); method in class:LocaleEnhanceTest.ExceptionTest
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java433 public Boolean call() { method in class:JavahTask
513 boolean ok = t.call();

Completed in 355 milliseconds

12345