Searched defs:mismatch (Results 1 - 1 of 1) sorted by path

/art/runtime/verifier/
H A Dmethod_verifier.cc1923 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array-data size mismatch (" << array_data[1]
1936 bool mismatch = false; local
1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes();
1940 mismatch = !reg_type2.IsReferenceTypes();
1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes();
1944 if (mismatch) {

Completed in 29 milliseconds