Searched refs:dstObject (Results 1 – 1 of 1) sorted by relevance
68 mirror::Object* dstObject = soa.Decode<mirror::Object*>(javaDst); in System_arraycopy() local69 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() local169 DCHECK(dstObject != nullptr); in System_arraycopyTUnchecked()171 mirror::Array* dstArray = dstObject->AsArray(); in System_arraycopyTUnchecked()