Searched defs:srcObject (Results 1 – 3 of 3) sorted by relevance
| /libcore/luni/src/main/java/java/nio/ |
| D | ByteBuffer.java | 767 Object srcObject = src.isDirect() ? src : NioUtils.unsafeArray(src); in put() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Memory.cpp | 145 …ory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObject, jint srcOff… in Memory_memmove() 358 jint byteCount, jobject srcObject, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkPut()
|
| /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()
|