Searched refs:jintarrayGetLength (Results 1 – 2 of 2) sorted by relevance
24 static jint jintarrayGetLength(JNIEnv* env, jclass, jintArray jarray) { in jintarrayGetLength() function53 {"jintarrayGetLength", "([I)I", (void *) jintarrayGetLength},
87 jintarrayGetLength(data); in testJniArrayGetLength()112 private static native int jintarrayGetLength(int[] array); in jintarrayGetLength() method in SystemPerfTest