Searched refs:testGetMethodID (Results 1 – 1 of 1) sorted by relevance
265 if (testGetMethodID(SimpleInterface.class) == 0) { in testProxyGetMethodID()268 if (testGetMethodID(proxy.getClass()) == 0) { in testProxyGetMethodID()273 private static native long testGetMethodID(Class<?> c); in testGetMethodID() method in Main