Searched defs:exactInvoker (Results 1 – 4 of 4) sorted by relevance
103 MethodHandle exactInvoker(MethodType type) { return null; } in exactInvoker() method in MethodHandles
159 public static java.lang.invoke.MethodHandle exactInvoker(java.lang.invoke.MethodType type) { in exactInvoker() method in MethodHandles
885 MethodHandle exactInvoker = MethodHandles.exactInvoker(target.type()); in testInvokers() local
2697 MethodHandle exactInvoker(MethodType type) { in exactInvoker() method in MethodHandles