Searched refs:findStatic (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleCombinersTest.java | 59 MethodHandle delegate = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testDropArguments() 125 MethodHandle delegate = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testDropArguments_List() 173 MethodHandle target = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testCatchException() 178 MethodHandle handler = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testCatchException() 202 handler = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testCatchException() 257 MethodHandle test = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testGuardWithTest() 264 … final MethodHandle target = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testGuardWithTest() 266 … final MethodHandle fallback = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testGuardWithTest() 651 MethodHandle integerParseInt = MethodHandles.lookup().findStatic( in testBindTo() 687 … final MethodHandle target = MethodHandles.lookup().findStatic(MethodHandleCombinersTest.class, in testFilterReturnValue() [all …]
|
D | CallSitesTest.java | 37 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type); in test_ConstantCallSite() 54 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type); in test_EarlyBoundMutableCallSite() 62 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type); in test_EarlyBoundVolatileCallSite() 78 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type); in test_LateBoundMutableCallSite() 94 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type); in test_LateBoundVolatileCallSite() 119 final MethodHandle other = MethodHandles.lookup().findStatic( in commonMutableCallSitesTest() 130 MethodHandles.lookup().findStatic(CallSitesTest.class, "sub2", firstTarget.type()); in commonMutableCallSitesTest()
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 60 …MethodHandle findStatic(Class<?> refc, String name, MethodType type) throws NoSuchMethodException,… in findStatic() method in MethodHandles.Lookup
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 781 …MethodHandle findStatic(Class<?> refc, String name, MethodType type) throws NoSuchMethodException,… in findStatic() method in MethodHandles.Lookup 2035 return Lookup.PUBLIC_LOOKUP.findStatic(MethodHandles.class, in arrayElementGetter() 2071 return Lookup.PUBLIC_LOOKUP.findStatic(MethodHandles.class, in arrayElementSetter() 2757 return Lookup.PUBLIC_LOOKUP.findStatic(MethodHandles.class, "identity", in identity()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 399 public java.lang.invoke.MethodHandle findStatic( in findStatic() method in MethodHandles.Lookup
|