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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h688 void (JNICALL *GetByteArrayRegion) member in struct:JNINativeInterface_
1734 void GetByteArrayRegion(jbyteArray array, function in struct:JNIEnv_
1736 functions->GetByteArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h688 void (JNICALL *GetByteArrayRegion) member in struct:JNINativeInterface_
1734 void GetByteArrayRegion(jbyteArray array, function in struct:JNIEnv_
1736 functions->GetByteArrayRegion(this,array,start,len,buf);

Completed in 50 milliseconds