Searched defs:javaDst (Results 1 – 1 of 1) sorted by relevance
/art/runtime/native/ |
D | java_lang_System.cc | 46 static void System_arraycopy(JNIEnv* env, jclass, jobject javaSrc, jint srcPos, jobject javaDst, in System_arraycopy() 165 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 179 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 185 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 191 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 197 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 203 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 209 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 215 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 221 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked()
|