HomeSort by relevance Sort by last modified time
    Searched defs:invokeDirect (Results 1 - 8 of 8) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
Invoker.java 151 static <V,A> void invokeDirect(GroupAndInvokeCount myGroupAndInvokeCount,
172 boolean invokeDirect = false;
182 invokeDirect = true;
185 if (invokeDirect) {
186 invokeDirect(thisGroupAndInvokeCount, handler, attachment, result, exc);
194 invokeDirect(thisGroupAndInvokeCount,
255 boolean invokeDirect;
259 invokeDirect = false;
261 invokeDirect = (thisGroupAndInvokeCount.group == targetGroup);
264 if (invokeDirect) {
    [all...]
UnixAsynchronousSocketChannelImpl.java 513 boolean invokeDirect = false;
520 invokeDirect = Invoker.mayInvokeDirect(myGroupAndInvokeCount, port);
522 attemptRead = invokeDirect || !port.isFixedThreadPool();
581 if (invokeDirect) {
582 Invoker.invokeDirect(myGroupAndInvokeCount, handler, attachment, (V)result, exc);
705 boolean invokeDirect = Invoker.mayInvokeDirect(myGroupAndInvokeCount, port);
706 boolean attemptWrite = (handler == null) || invokeDirect ||
764 if (invokeDirect) {
765 Invoker.invokeDirect(myGroupAndInvokeCount, handler, attachment, (V)result, exc);
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 134 * <li>{@link #invokeDirect invokeDirect()} is used for private instance
624 invokeDirect(constructor, null, target, args);
661 public <D, R> void invokeDirect(MethodId<D, R> method, Local<? super R> target,
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 606 constructorCode.invokeDirect(superConstructor, null, thisRef, params);
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 241 code.invokeDirect(directMethodId, localB, localG);
461 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef);
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 

Completed in 329 milliseconds