Searched refs:intCriticalNativeMethod (Results 1 – 1 of 1) sorted by relevance
325 static native int intCriticalNativeMethod(int a, int b, int c); in intCriticalNativeMethod() method in Main330 int result = intCriticalNativeMethod(i, i+1, i+2); in testCriticalNativeMethods()