Searched defs:javaDst (Results 1 – 1 of 1) sorted by relevance
| /art/runtime/native/ |
| D | java_lang_System.cc | 45 static void System_arraycopy(JNIEnv* env, jclass, jobject javaSrc, jint srcPos, jobject javaDst, in System_arraycopy() 158 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 172 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 178 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 184 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 190 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 196 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 202 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 208 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 214 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked()
|