Searched defs:dstType (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)) {
38 switch (dstType) {
94 PrettyDescriptor(dstType).c_str()).c_str());
99 PrettyDescriptor(dstType).c_str()).c_str());
30 ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result, Primitive::Type srcType, Primitive::Type dstType, const JValue& src, JValue* dst) argument
/art/test/064-field-access/src/
H A DMain.java471 private static boolean compatibleTypes(char srcType, char dstType) { argument
472 switch (dstType) {
476 return srcType == dstType;
493 throw new Error("Unexpected type char " + dstType);

Completed in 55 milliseconds