Searched defs:pro_v0 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/invoke/remote/
H A DRemoteExample.java38 protected void pro_v0() { MethodHandlesTest.called("Rem/pro_v0", this); } method in class:RemoteExample
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java369 protected void pro_v0() { called("pro_v0", this); } method in class:MethodHandlesTest.Example
406 protected void pro_v0() { called("Pub/pro_v0", this); } method in class:MethodHandlesTest.PubExample
555 testFindVirtual(Example.class, void.class, "pro_v0");
556 testFindVirtual(PubExample.class, void.class, "Pub/pro_v0");
633 testFindSpecial(RemoteExample.class, PubExample.class, void.class, "Pub/pro_v0");

Completed in 80 milliseconds