Lines Matching refs:this
7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
71 Java_java_nio_Bits_copyFromShortArray(JNIEnv *env, jobject this, jobject src,
82 /* do not change this if-else statement, see WARNING above */
106 Java_java_nio_Bits_copyToShortArray(JNIEnv *env, jobject this, jlong srcAddr,
117 /* do not change this if-else statement, see WARNING above */
141 Java_java_nio_Bits_copyFromIntArray(JNIEnv *env, jobject this, jobject src,
152 /* do not change this code, see WARNING above */
176 Java_java_nio_Bits_copyToIntArray(JNIEnv *env, jobject this, jlong srcAddr,
187 /* do not change this code, see WARNING above */
211 Java_java_nio_Bits_copyFromLongArray(JNIEnv *env, jobject this, jobject src,
222 /* do not change this code, see WARNING above */
246 Java_java_nio_Bits_copyToLongArray(JNIEnv *env, jobject this, jlong srcAddr,
257 /* do not change this code, see WARNING above */