Searched refs:mismatch (Results 1 – 8 of 8) sorted by relevance
5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
6 not hide the hard verification failure (on the type mismatch) to
23 exercise "API mismatch" situations by replacing class files created in the first44 mismatch triggers a test failure.
639 $$(error argument mismatch $(1) and ($2))646 $$(error argument mismatch $(1) and ($2))
124 Fix mismatch between overview and "roots" totals.
1084 int32_t mismatch = 0; in dumpTrace() local1090 if (lastEnter != 0 && lastEnter != methodId) mismatch = 1; in dumpTrace()1112 mismatch ? '!' : ' ', elapsedTime, depthNote, in dumpTrace()1117 mismatch ? '!' : ' ', elapsedTime, depthNote, in dumpTrace()1126 mismatch = 0; in dumpTrace()
2644 bool mismatch = false; in CodeFlowVerifyInstruction() local2646 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2648 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2650 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2652 if (mismatch) { in CodeFlowVerifyInstruction()