Searched refs:intFastNativeMethod (Results 1 – 1 of 1) sorted by relevance
307 static native int intFastNativeMethod(int a, int b, int c); in intFastNativeMethod() method in Main312 int result = intFastNativeMethod(i, i, i); in testFastNativeMethods()