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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h696 void (JNICALL *GetLongArrayRegion) member in struct:JNINativeInterface_
1750 void GetLongArrayRegion(jlongArray array, function in struct:JNIEnv_
1752 functions->GetLongArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h696 void (JNICALL *GetLongArrayRegion) member in struct:JNINativeInterface_
1750 void GetLongArrayRegion(jlongArray array, function in struct:JNIEnv_
1752 functions->GetLongArrayRegion(this,array,start,len,buf);

Completed in 51 milliseconds