Lines Matching refs:javaDst
46 static void System_arraycopy(JNIEnv* env, jclass, jobject javaSrc, jint srcPos, jobject javaDst, in System_arraycopy() argument
57 if (UNLIKELY(javaDst == nullptr)) { in System_arraycopy()
68 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst); in System_arraycopy()
165 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() argument
168 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst); in System_arraycopyTUnchecked()
179 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() argument
181 javaDst, dstPos, count); in System_arraycopyCharUnchecked()
185 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() argument
187 javaDst, dstPos, count); in System_arraycopyByteUnchecked()
191 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() argument
193 javaDst, dstPos, count); in System_arraycopyShortUnchecked()
197 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() argument
199 javaDst, dstPos, count); in System_arraycopyIntUnchecked()
203 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() argument
205 javaDst, dstPos, count); in System_arraycopyLongUnchecked()
209 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() argument
211 javaDst, dstPos, count); in System_arraycopyFloatUnchecked()
215 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() argument
217 javaDst, dstPos, count); in System_arraycopyDoubleUnchecked()
221 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked() argument
223 javaDst, dstPos, count); in System_arraycopyBooleanUnchecked()