Searched defs:GetIntArrayRegion (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h694 void (JNICALL *GetIntArrayRegion) member in struct:JNINativeInterface_
1746 void GetIntArrayRegion(jintArray array, function in struct:JNIEnv_
1748 functions->GetIntArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h694 void (JNICALL *GetIntArrayRegion) member in struct:JNINativeInterface_
1746 void GetIntArrayRegion(jintArray array, function in struct:JNIEnv_
1748 functions->GetIntArrayRegion(this,array,start,len,buf);

Completed in 49 milliseconds