Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseIntArrayElements

425     void        (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
926 void ReleaseIntArrayElements(jintArray array, jint* elems,
928 { functions->ReleaseIntArrayElements(this, array, elems, mode); }