Searched refs:testInvokeDirect (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java300 testInvokeDirect();
314 public void testInvokeDirect() { method in class:PrivateInvokeTest
315 testInvokeDirect(getMethod(THIS_CLASS, "hello"));
316 testInvokeDirect(getMethod(Object.class, "toString"));
317 testInvokeDirect(getMethod(Comparable.class, "compareTo", Object.class));
318 testInvokeDirect(getMethod(THIS_CLASS, "makeString", Object.class));
319 testInvokeDirect(getMethod(THIS_CLASS, "dupString", String.class));
320 testInvokeDirect(getMethod(THIS_CLASS, "intString", int.class));
321 testInvokeDirect(getMethod(THIS_CLASS, "byteString", byte.class));
322 testInvokeDirect(getMetho
325 void testInvokeDirect(Method m) { method in class:PrivateInvokeTest
330 void testInvokeDirect(Method m, int refKind) { method in class:PrivateInvokeTest
[all...]

Completed in 131 milliseconds