Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc33 static jint Java_Main_intFastNativeMethod(JNIEnv*, jclass, jint a, jint b, jint c);
37 {"intFastNativeMethod", "(III)I", reinterpret_cast<void*>(Java_Main_intFastNativeMethod) },
778 static jint Java_Main_intFastNativeMethod(JNIEnv*, jclass, jint a, jint b, jint c) { in Java_Main_intFastNativeMethod() function