Searched refs:mismatch (Results 1 - 3 of 3) sorted by relevance

/art/build/
H A DAndroid.gtest.mk694 $$(error argument mismatch $(1) and ($2))
701 $$(error argument mismatch $(1) and ($2))
/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 177 milliseconds