Home
last modified time | relevance | path

Searched refs:Invoker (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java302 Invoker.invokeUnchecked(handler, att, null, e); in finishConnect()
304 Invoker.invokeIndirectly(this, handler, att, null, e); in finishConnect()
320 Invoker.invoke(this, handler, attachment, null, e); in implConnect()
387 Invoker.invoke(this, handler, attachment, null, e); in implConnect()
454 Invoker.invokeUnchecked(handler, att, result, exc); in finishRead()
456 Invoker.invokeIndirectly(this, handler, att, result, exc); in finishRead()
485 Invoker.invokeIndirectly(ch, handler, att, null, exc);
507 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = null; in implRead()
514 myGroupAndInvokeCount = Invoker.getGroupAndInvokeCount(); in implRead()
515 invokeDirect = Invoker.mayInvokeDirect(myGroupAndInvokeCount, port); in implRead()
[all …]
DSimpleAsynchronousFileChannelImpl.java190 Invoker.invokeIndirectly(handler, attachment, null, exc, executor); in implLock()
225 Invoker.invokeUnchecked(handler, attachment, fli, exc); in implLock()
305 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor); in implRead()
335 Invoker.invokeUnchecked(handler, attachment, n, exc); in implRead()
359 Invoker.invokeIndirectly(handler, attachment, 0, exc, executor); in implWrite()
389 Invoker.invokeUnchecked(handler, attachment, n, exc); in implWrite()
DUnixAsynchronousServerSocketChannelImpl.java129 Invoker.invokeIndirectly(this, handler, att, null, x); in implClose()
216 Invoker.invoke(this, handler, att, child, exc); in onEvent()
280 Invoker.invoke(this, handler, att, null, e); in implAccept()
353 Invoker.invokeIndirectly(this, handler, att, child, exc); in implAccept()
DInvoker.java37 class Invoker { class
38 private Invoker() { } in Invoker() method in Invoker
160 Invoker.invokeUnchecked(handler, attachment, result, exc); in invokeDirect()
DEPollPort.java249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in run()
250 Invoker.getGroupAndInvokeCount(); in run()
DAsynchronousChannelGroupImpl.java111 Invoker.bindToGroup(thisGroup); in bindToGroup()
159 if (Invoker.isBoundToAnyGroup()) {
DAsynchronousSocketChannelImpl.java236 Invoker.invoke(this, handler, att, null, e); in read()
272 Invoker.invoke(this, handler, att, (V)result, null); in read()
369 Invoker.invoke(this, handler, att, null, e); in write()
378 Invoker.invoke(this, handler, att, (V)result, null); in write()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2430 return new Transformers.Invoker(type, true /* isExactInvoker */); in exactInvoker()
2469 return new Transformers.Invoker(type, false /* isExactInvoker */); in invoker()
DTransformers.java997 static class Invoker extends Transformer { class in Transformers
1002 Invoker(MethodType targetType, boolean isExactInvoker) { in Invoker() method in Transformers.Invoker
/libcore/
Dopenjdk_java_files.bp1550 "ojluni/src/main/java/sun/nio/ch/Invoker.java",