/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | UnixAsynchronousSocketChannelImpl.java | 302 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 …]
|
D | SimpleAsynchronousFileChannelImpl.java | 190 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()
|
D | UnixAsynchronousServerSocketChannelImpl.java | 129 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()
|
D | Invoker.java | 37 class Invoker { class 38 private Invoker() { } in Invoker() method in Invoker 160 Invoker.invokeUnchecked(handler, attachment, result, exc); in invokeDirect()
|
D | EPollPort.java | 249 Invoker.GroupAndInvokeCount myGroupAndInvokeCount = in run() 250 Invoker.getGroupAndInvokeCount(); in run()
|
D | AsynchronousChannelGroupImpl.java | 111 Invoker.bindToGroup(thisGroup); in bindToGroup() 159 if (Invoker.isBoundToAnyGroup()) {
|
D | AsynchronousSocketChannelImpl.java | 236 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/ |
D | MethodHandles.java | 2430 return new Transformers.Invoker(type, true /* isExactInvoker */); in exactInvoker() 2469 return new Transformers.Invoker(type, false /* isExactInvoker */); in invoker()
|
D | Transformers.java | 997 static class Invoker extends Transformer { class in Transformers 1002 Invoker(MethodType targetType, boolean isExactInvoker) { in Invoker() method in Transformers.Invoker
|
/libcore/ |
D | openjdk_java_files.bp | 1550 "ojluni/src/main/java/sun/nio/ch/Invoker.java",
|