Searched refs:exactInvoker (Results 1 – 6 of 6) sorted by relevance
237 MethodHandle invoker = MethodHandles.exactInvoker(this.type()); in makeDynamicInvoker()
857 return exactInvoker(type); in findVirtualForMH()2697 MethodHandle exactInvoker(MethodType type) { in exactInvoker() method in MethodHandles
103 MethodHandle exactInvoker(MethodType type) { return null; } in exactInvoker() method in MethodHandles
885 MethodHandle exactInvoker = MethodHandles.exactInvoker(target.type()); in testInvokers() local886 assertEquals("barbar", (String) exactInvoker.invoke(target, "bar", "bar")); in testInvokers()887 assertEquals("barbar", (String) exactInvoker.invoke(target, (Object) returnBar(), "bar")); in testInvokers()890 String foo = (String) exactInvoker.invoke(target, "bar", "bar", 24); in testInvokers()
159 public static java.lang.invoke.MethodHandle exactInvoker(java.lang.invoke.MethodType type) { in exactInvoker() method in MethodHandles
4695 method public static java.lang.invoke.MethodHandle exactInvoker(java.lang.invoke.MethodType);