Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp54 static jint jintFastNativeAccess(JNIEnv*, jclass, jint number) { in jintFastNativeAccess() function
82 {"jintFastNativeAccess", "(I)I", (void *) jintFastNativeAccess},
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/perftests/
H A DSystemPerfTest.java116 jintFastNativeAccess(50); in testJniFastNativeAccess()
208 private static native int jintFastNativeAccess(int echoNumber); in jintFastNativeAccess() method in SystemPerfTest