HomeSort by relevance Sort by last modified time
    Searched refs:unreflectSpecial (Results 1 - 10 of 10) sorted by null

  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodHandles.java 81 public MethodHandle unreflectSpecial(Method m, Class<?> specialCaller) throws IllegalAccessException { return null; }
  /prebuilts/sdk/tools/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/darwin/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/linux/bin/
core-lambda-stubs.jar 
  /prebuilts/sdk/tools/windows/bin/
core-lambda-stubs.jar 
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java     [all...]
  /art/test/956-methodhandles/src/
Main.java 558 // unreflectSpecial testing - F is an interface that G implements
565 lookupInG.unreflectSpecial(methodInG, G.class).invoke(g); // prints "G.sayHi()"
569 lookupInG.in(G.class).unreflectSpecial(methodInF, G.class).invoke(g); // prints "F.sayHi()"
570 lookupInG.unreflectSpecial(methodInF, G.class).bindTo(g).invokeWithArguments();
572 // unreflectSpecial testing - other.Chatty is an interface that H implements
579 lookupInH.unreflectSpecial(methodInH, H.class).invoke(h);
583 lookupInH.in(H.class).unreflectSpecial(methodInChatty, H.class).invoke(h);
584 lookupInH.unreflectSpecial(methodInChatty, H.class).bindTo(h).invokeWithArguments();
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandlesTest.java 669 MethodHandle mh = UnreflectTester.lookup.unreflectSpecial(privateMethod,
687 mh = UnreflectTester.lookup.unreflectSpecial(privateStaticMethod,
702 MethodHandle mh = UnreflectTester.lookup.unreflectSpecial(overridenMethod,
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /prebuilts/sdk/current/
core.jar 

Completed in 678 milliseconds