Searched refs:dstComponentType (Results 1 – 1 of 1) sorted by relevance
91 ObjPtr<mirror::Class> dstComponentType = dstArray->GetClass()->GetComponentType(); in System_arraycopy() local93 Primitive::Type dstComponentPrimitiveType = dstComponentType->GetPrimitiveType(); in System_arraycopy()95 if (LIKELY(srcComponentType == dstComponentType)) { in System_arraycopy()158 if (dstComponentType->IsAssignableFrom(srcComponentType)) { in System_arraycopy()