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

/art/tools/dmtracedump/
H A Dtracedump.cc1080 int32_t mismatch = 0; local
1086 if (lastEnter != 0 && lastEnter != methodId) mismatch = 1;
1108 mismatch ? '!' : ' ', elapsedTime, depthNote,
1113 mismatch ? '!' : ' ', elapsedTime, depthNote,
1122 mismatch = 0;
/art/runtime/verifier/
H A Dmethod_verifier.cc2528 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array-data size mismatch (" << array_data[1]
2541 bool mismatch = false; local
2543 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes();
2545 mismatch = !reg_type2.IsReferenceTypes();
2547 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes();
2549 if (mismatch) {

Completed in 58 milliseconds