Home
last modified time | relevance | path

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

/art/test/004-JniTest/src/
DMain.java307 static native int intFastNativeMethod(int a, int b, int c); in intFastNativeMethod() method in Main
312 int result = intFastNativeMethod(i, i, i); in testFastNativeMethods()