Searched refs:callNativeMethods (Results 1 – 1 of 1) sorted by relevance
160 callNativeMethods(Transform1976.class, mids); in doTest()190 callNativeMethods(Transform1976.class, mids); in doTest()192 callNativeMethods(Transform1976.class, getMethodIds(Transform1976.class.getDeclaredMethods())); in doTest()202 public static native void callNativeMethods(Class<?> k, long[] smethods); in callNativeMethods() method in Test1976