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 | 834 static void copyToArray(long srcAddr, Object dst, long dstBaseOffset, long dstPos, in copyToArray() 851 static void copyToCharArray(long srcAddr, Object dst, long dstPos, in copyToCharArray() 859 static native void copyToShortArray(long srcAddr, Object dst, long dstPos, in copyToShortArray() 865 static native void copyToIntArray(long srcAddr, Object dst, long dstPos, in copyToIntArray() 871 static native void copyToLongArray(long srcAddr, Object dst, long dstPos, in copyToLongArray()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 442 public native void copyMemoryToPrimitiveArray(long srcAddr, in copyMemoryToPrimitiveArray() 450 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory()
|