Home
last modified time | relevance | path

Searched defs:exactInvoker (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java103 MethodHandle exactInvoker(MethodType type) { return null; } in exactInvoker() method in MethodHandles
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java159 public static java.lang.invoke.MethodHandle exactInvoker(java.lang.invoke.MethodType type) { in exactInvoker() method in MethodHandles
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java885 MethodHandle exactInvoker = MethodHandles.exactInvoker(target.type()); in testInvokers() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java2697 MethodHandle exactInvoker(MethodType type) { in exactInvoker() method in MethodHandles