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
9 this can be used to exercise "API mismatch" situations by replacing
120 Fix mismatch between overview and "roots" totals.
721 $$(error argument mismatch $(1) and ($2))728 $$(error argument mismatch $(1) and ($2))
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()
2631 bool mismatch = false; in CodeFlowVerifyInstruction() local2633 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2635 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2637 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2639 if (mismatch) { in CodeFlowVerifyInstruction()