Searched refs:SetShortArrayRegion (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DArrayReferenceImpl.c392 JNI_FUNC_PTR(env,SetShortArrayRegion)(env, array, index + i, 1, &component);
/openjdk9/hotspot/src/share/vm/prims/
H A Djni.h709 void (JNICALL *SetShortArrayRegion) member in struct:JNINativeInterface_
1780 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, function in struct:JNIEnv_
1782 functions->SetShortArrayRegion(this,array,start,len,buf);
/openjdk9/jdk/src/java.base/share/native/include/
H A Djni.h709 void (JNICALL *SetShortArrayRegion) member in struct:JNINativeInterface_
1780 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, function in struct:JNIEnv_
1782 functions->SetShortArrayRegion(this,array,start,len,buf);

Completed in 101 milliseconds