Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetShortArrayElements

398     jshort*     (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
890 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
891 { return functions->GetShortArrayElements(this, array, isCopy); }