Searched defs:srcType (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dreflection-inl.h31 Primitive::Type srcType, Primitive::Type dstType,
33 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
34 if (LIKELY(srcType == dstType)) {
45 if (srcType == Primitive::kPrimByte) {
51 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
52 srcType == Primitive::kPrimShort) {
58 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
59 srcType
30 ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result, Primitive::Type srcType, Primitive::Type dstType, const JValue& src, JValue* dst) argument
[all...]
/art/test/064-field-access/src/
H A DMain.java471 private static boolean compatibleTypes(char srcType, char dstType) { argument
476 return srcType == dstType;
478 return srcType == 'B' || srcType == 'S';
480 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
482 return srcType == 'B' || srcType
[all...]

Completed in 4 milliseconds