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

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

Completed in 29 milliseconds