Searched refs:dstComponentType (Results 1 – 1 of 1) sorted by relevance
87 mirror::Class* dstComponentType = dstArray->GetClass()->GetComponentType(); in System_arraycopy() local89 Primitive::Type dstComponentPrimitiveType = dstComponentType->GetPrimitiveType(); in System_arraycopy()91 if (LIKELY(srcComponentType == dstComponentType)) { in System_arraycopy()148 if (dstComponentType->IsAssignableFrom(srcComponentType)) { in System_arraycopy()