Home
last modified time | relevance | path

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

/art/runtime/
Dreflection-inl.h35 Primitive::Type dstType, in ConvertPrimitiveValueNoThrow() argument
38 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() argument
103 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()
/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.cc142 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy() local
145 srcType.c_str(), dstType.c_str()); in System_arraycopy()
/art/runtime/mirror/
Dobject_array-inl.h333 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()
339 dstType.c_str()); in AssignableCheckingMemcpy()