Searched refs:dstType (Results 1 – 4 of 4) sorted by relevance
34 Primitive::Type dstType, in ConvertPrimitiveValueNoThrow() argument37 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot); in ConvertPrimitiveValueNoThrow()38 if (LIKELY(srcType == dstType)) { in ConvertPrimitiveValueNoThrow()42 switch (dstType) { in ConvertPrimitiveValueNoThrow()99 Primitive::Type dstType, in ConvertPrimitiveValue() argument102 if (ConvertPrimitiveValueNoThrow(srcType, dstType, src, dst)) { in ConvertPrimitiveValue()110 PrettyDescriptor(dstType).c_str()).c_str()); in ConvertPrimitiveValue()114 PrettyDescriptor(dstType).c_str()).c_str()); in ConvertPrimitiveValue()
494 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes() argument495 switch (dstType) { in compatibleTypes()499 return srcType == dstType; in compatibleTypes()516 throw new Error("Unexpected type char " + dstType); in compatibleTypes()
146 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy() local149 srcType.c_str(), dstType.c_str()); in System_arraycopy()
306 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()312 dstType.c_str()); in AssignableCheckingMemcpy()