Searched defs:javaDst (Results 1 – 1 of 1) sorted by relevance
| /art/runtime/native/ |
| D | java_lang_System.cc | 47 static void System_arraycopy(JNIEnv* env, jclass, jobject javaSrc, jint srcPos, jobject javaDst, in System_arraycopy() 169 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 183 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 189 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 195 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 201 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 207 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 213 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 219 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 225 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked()
|