Lines Matching refs:JNI_FUNC_PTR
42 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array); in length()
78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components); in writeBooleanComponents()
95 JNI_FUNC_PTR(env,GetByteArrayRegion)(env, array, index, length, components); in writeByteComponents()
112 JNI_FUNC_PTR(env,GetCharArrayRegion)(env, array, index, length, components); in writeCharComponents()
129 JNI_FUNC_PTR(env,GetShortArrayRegion)(env, array, index, length, components); in writeShortComponents()
146 JNI_FUNC_PTR(env,GetIntArrayRegion)(env, array, index, length, components); in writeIntComponents()
163 JNI_FUNC_PTR(env,GetLongArrayRegion)(env, array, index, length, components); in writeLongComponents()
180 JNI_FUNC_PTR(env,GetFloatArrayRegion)(env, array, index, length, components); in writeFloatComponents()
197 JNI_FUNC_PTR(env,GetDoubleArrayRegion)(env, array, index, length, components); in writeDoubleComponents()
216 component = JNI_FUNC_PTR(env,GetObjectArrayElement)(env, array, index + i); in writeObjectComponents()
217 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in writeObjectComponents()
250 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array); in getValues()
274 arrayClass = JNI_FUNC_PTR(env,GetObjectClass)(env, array); in getValues()
333 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in getValues()
335 JNI_FUNC_PTR(env,ExceptionClear)(env); in getValues()
350 JNI_FUNC_PTR(env,SetBooleanArrayRegion)(env, array, index + i, 1, &component); in readBooleanComponents()
364 JNI_FUNC_PTR(env,SetByteArrayRegion)(env, array, index + i, 1, &component); in readByteComponents()
378 JNI_FUNC_PTR(env,SetCharArrayRegion)(env, array, index + i, 1, &component); in readCharComponents()
392 JNI_FUNC_PTR(env,SetShortArrayRegion)(env, array, index + i, 1, &component); in readShortComponents()
406 JNI_FUNC_PTR(env,SetIntArrayRegion)(env, array, index + i, 1, &component); in readIntComponents()
420 JNI_FUNC_PTR(env,SetLongArrayRegion)(env, array, index + i, 1, &component); in readLongComponents()
434 JNI_FUNC_PTR(env,SetFloatArrayRegion)(env, array, index + i, 1, &component); in readFloatComponents()
448 JNI_FUNC_PTR(env,SetDoubleArrayRegion)(env, array, index + i, 1, &component); in readDoubleComponents()
464 JNI_FUNC_PTR(env,SetObjectArrayElement)(env, array, index + i, object); in readObjectComponents()
465 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in readObjectComponents()
498 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array); in setValues()
517 arrayClass = JNI_FUNC_PTR(env,GetObjectClass)(env, array); in setValues()
577 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) { in setValues()
582 JNI_FUNC_PTR(env,ExceptionClear)(env); in setValues()