Searched defs:dstObject (Results 1 – 3 of 3) sorted by relevance
| /libcore/luni/src/main/java/java/nio/ |
| D | ByteBuffer.java | 774 Object dstObject = dst.isDirect() ? dst : NioUtils.unsafeArray(dst); in put() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Memory.cpp | 145 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() 340 static void Memory_unsafeBulkGet(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, in Memory_unsafeBulkGet()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Memory.java | 151 …public static native void memmove(Object dstObject, int dstOffset, Object srcObject, int srcOffset… in memmove()
|