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
4 verification fail (on the type mismatch) to avoid a crash later on.
11 directory; this can be used to exercise "API mismatch" situations by
86 Fix mismatch between overview and "roots" totals.
1080 int32_t mismatch = 0; in dumpTrace() local1086 if (lastEnter != 0 && lastEnter != methodId) mismatch = 1; in dumpTrace()1108 mismatch ? '!' : ' ', elapsedTime, depthNote, in dumpTrace()1113 mismatch ? '!' : ' ', elapsedTime, depthNote, in dumpTrace()1122 mismatch = 0; in dumpTrace()
675 $$(error argument mismatch $(1) and ($2))682 $$(error argument mismatch $(1) and ($2))
2541 bool mismatch = false; in CodeFlowVerifyInstruction() local2543 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2545 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()2547 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2549 if (mismatch) { in CodeFlowVerifyInstruction()