Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:ReleaseShortArrayElements

423     void        (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
923 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
925 { functions->ReleaseShortArrayElements(this, array, elems, mode); }