Home
last modified time | relevance | path

Searched refs:callNativeMethods (Results 1 – 1 of 1) sorted by relevance

/art/test/1976-hello-structural-static-methods/src/art/
DTest1976.java160 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