Home
last modified time | relevance | path

Searched defs:javaDst (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/native/
H A Djava_lang_System.cc50 static void System_arraycopy(JNIEnv* env, jclass, jobject javaSrc, jint srcPos, jobject javaDst, in System_arraycopy()
176 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked()
190 jcharArray javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked()
196 jbyteArray javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked()
202 jshortArray javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked()
208 jintArray javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked()
214 jlongArray javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked()
220 jfloatArray javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked()
226 jdoubleArray javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked()
235 jbooleanArray javaDst, in System_arraycopyBooleanUnchecked()