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

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

Completed in 60 milliseconds