Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:NewIntArray

390     jintArray     (*NewIntArray)(JNIEnv*, jsize);
875 jintArray NewIntArray(jsize length)
876 { return functions->NewIntArray(this, length); }