Searched refs:jintFastNativeAccess (Results 1 – 2 of 2) sorted by relevance
54 static jint jintFastNativeAccess(JNIEnv*, jclass, jint number) { in jintFastNativeAccess() function82 {"jintFastNativeAccess", "(I)I", (void *) jintFastNativeAccess},
116 jintFastNativeAccess(50); in testJniFastNativeAccess()208 private static native int jintFastNativeAccess(int echoNumber); in jintFastNativeAccess() method in SystemPerfTest