Searched refs:dstComponentPrimitiveType (Results 1 – 1 of 1) sorted by relevance
89 Primitive::Type dstComponentPrimitiveType = dstComponentType->GetPrimitiveType(); in System_arraycopy() local93 switch (dstComponentPrimitiveType) { in System_arraycopy()99 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 1U); in System_arraycopy()104 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 2U); in System_arraycopy()108 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U); in System_arraycopy()112 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U); in System_arraycopy()116 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U); in System_arraycopy()120 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U); in System_arraycopy()135 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) || in System_arraycopy()