Home
last modified time | relevance | path

Searched refs:dstType (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dreflection-inl.h34 Primitive::Type dstType, in ConvertPrimitiveValueNoThrow() argument
37 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() argument
102 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()
/art/test/064-field-access/src/
DMain.java494 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes() argument
495 switch (dstType) { in compatibleTypes()
499 return srcType == dstType; in compatibleTypes()
516 throw new Error("Unexpected type char " + dstType); in compatibleTypes()
/art/runtime/native/
Djava_lang_System.cc146 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy() local
149 srcType.c_str(), dstType.c_str()); in System_arraycopy()
/art/runtime/mirror/
Dobject_array-inl.h306 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()
312 dstType.c_str()); in AssignableCheckingMemcpy()