Searched refs:dstType (Results 1 – 4 of 4) sorted by relevance
35 Primitive::Type dstType, in ConvertPrimitiveValueNoThrow() argument38 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot); in ConvertPrimitiveValueNoThrow()39 if (LIKELY(srcType == dstType)) { in ConvertPrimitiveValueNoThrow()43 switch (dstType) { in ConvertPrimitiveValueNoThrow()100 Primitive::Type dstType, in ConvertPrimitiveValue() argument103 if (ConvertPrimitiveValueNoThrow(srcType, dstType, src, dst)) { in ConvertPrimitiveValue()111 PrettyDescriptor(dstType).c_str()).c_str()); in ConvertPrimitiveValue()115 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()
142 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy() local145 srcType.c_str(), dstType.c_str()); in System_arraycopy()
333 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()339 dstType.c_str()); in AssignableCheckingMemcpy()