Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseIntArrayElements

410     void        (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
911 void ReleaseIntArrayElements(jintArray array, jint* elems,
913 { functions->ReleaseIntArrayElements(this, array, elems, mode); }