Home | History | Annotate | Download | only in runtime

Lines Matching refs:jobjectArray

1555   static jobjectArray NewObjectArray(JNIEnv* env, jsize length, jclass elementClass, jobject initialElement) {
1560 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray array, jsize index) {
1565 static void SetObjectArrayElement(JNIEnv* env, jobjectArray array, jsize index, jobject value) {