Searched defs:srcAddr (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Bits.c | 111 Java_java_nio_Bits_copyToShortArray(JNIEnv *env, jobject this, jlong srcAddr, in Java_java_nio_Bits_copyToShortArray() 181 Java_java_nio_Bits_copyToIntArray(JNIEnv *env, jobject this, jlong srcAddr, in Java_java_nio_Bits_copyToIntArray() 251 Java_java_nio_Bits_copyToLongArray(JNIEnv *env, jobject this, jlong srcAddr, in Java_java_nio_Bits_copyToLongArray()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 832 static void copyToArray(long srcAddr, Object dst, long dstBaseOffset, long dstPos, in copyToArray() 849 static void copyToCharArray(long srcAddr, Object dst, long dstPos, in copyToCharArray() 857 static native void copyToShortArray(long srcAddr, Object dst, long dstPos, in copyToShortArray() 863 static native void copyToIntArray(long srcAddr, Object dst, long dstPos, in copyToIntArray() 869 static native void copyToLongArray(long srcAddr, Object dst, long dstPos, in copyToLongArray()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 389 public native void copyMemoryToPrimitiveArray(long srcAddr, in copyMemoryToPrimitiveArray() 395 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory()
|