Home
last modified time | relevance | path

Searched refs:copyMemory (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java940 public void copyMemory(Object srcBase, long srcOffset, in copyMemory() method in Unsafe
959 public void copyMemory(long srcAddr, long dstAddr, long bytes) { in copyMemory() method in Unsafe
960 copyMemory(null, srcAddr, null, dstAddr, bytes); in copyMemory()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java685 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java242 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory() method in Unsafe
/libcore/luni/src/test/java/libcore/sun/misc/
DUnsafeTest.java93 unsafe.copyMemory(srcBuf, dstBuf, msg.length); in test_copyMemory()
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java241 public native void copyMemory(long srcAddr, long dstAddr, long bytes); in copyMemory() method in Unsafe
/libcore/ojluni/src/main/java/java/nio/
DDirect-X-Buffer.java.template383 SCOPED_MEMORY_ACCESS.copyMemory(scope(), null, null,
DX-Buffer.java.template955 SCOPED_MEMORY_ACCESS.copyMemory(
1135 SCOPED_MEMORY_ACCESS.copyMemory(
1443 SCOPED_MEMORY_ACCESS.copyMemory(
/libcore/api/
Dmodule-lib-current.txt837 method public void copyMemory(long, long, long);