Home
last modified time | relevance | path

Searched refs:srcAsIntArray (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dobject_array-inl.h134 IntArray* srcAsIntArray = reinterpret_cast<IntArray*>(src); in AssignableMemmove() local
154 dstAsIntArray->Memmove(dst_pos, srcAsIntArray, src_pos, count); in AssignableMemmove()
177 IntArray* srcAsIntArray = reinterpret_cast<IntArray*>(src); in AssignableMemcpy() local
186 dstAsIntArray->Memcpy(dst_pos, srcAsIntArray, src_pos, count); in AssignableMemcpy()