Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_System.cc68 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst); in System_arraycopy() local
69 if (UNLIKELY(!dstObject->IsArrayInstance())) { in System_arraycopy()
70 ThrowArrayStoreException_NotAnArray("destination", dstObject); in System_arraycopy()
74 mirror::Array* dstArray = dstObject->AsArray(); in System_arraycopy()
168 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst); in System_arraycopyTUnchecked() local
169 DCHECK(dstObject != nullptr); in System_arraycopyTUnchecked()
171 mirror::Array* dstArray = dstObject->AsArray(); in System_arraycopyTUnchecked()