Searched refs:AsShortSizedArray (Results 1 - 4 of 4) sorted by relevance

/art/runtime/native/
H A Djava_lang_System.cc105 dstArray->AsShortSizedArray()->Memmove(dstPos, srcArray->AsShortSizedArray(), srcPos, count);
H A Dsun_misc_Unsafe.cc351 copyToArray(srcAddr, dst->AsShortSizedArray(), dst_offset, sz);
382 copyFromArray(dstAddr, src->AsShortSizedArray(), src_offset, sz);
/art/runtime/mirror/
H A Dobject.h209 ShortArray* AsShortSizedArray() SHARED_REQUIRES(Locks::mutator_lock_);
H A Dobject-inl.h341 inline ShortArray* Object::AsShortSizedArray() { function in class:art::mirror::Object

Completed in 35 milliseconds