Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 9 of 9) sorted by relevance

/art/test/800-smali/smali/
Db_25494456.smali5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
Db_20224106.smali11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
/art/test/600-verifier-fails/
Dinfo.txt6 not hide the hard verification failure (on the type mismatch) to
/art/build/
DAndroid.gtest.mk373 $$(error argument mismatch $(1) and ($2))
380 $$(error argument mismatch $(1) and ($2))
415 $$(error argument mismatch $(1) and ($2))
422 $$(error argument mismatch $(1) and ($2))
/art/test/
DREADME.md23 exercise "API mismatch" situations by replacing class files created in the first
45 directory; any mismatch triggers a test failure.
/art/tools/ahat/
DREADME.txt134 Fix mismatch between overview and "roots" totals.
/art/tools/
Dlibcore_failures.txt277 description: "Test failures due to mismatch of conscrypt and boringssl versions on host",
/art/runtime/verifier/
Dmethod_verifier.cc2567 bool mismatch = false; in CodeFlowVerifyInstruction() local
2569 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
2571 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()
2573 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
2575 if (mismatch) { in CodeFlowVerifyInstruction()
/art/build/boot/
Dboot-image-profile.txt8481 HSPLjdk/internal/util/ArraysSupport;->mismatch([B[BI)I
8482 HSPLjdk/internal/util/ArraysSupport;->mismatch([FI[FII)I
8483 HSPLjdk/internal/util/ArraysSupport;->mismatch([I[II)I
8484 HSPLjdk/internal/util/ArraysSupport;->mismatch([J[JI)I
8485 HSPLjdk/internal/util/ArraysSupport;->mismatch([Z[ZI)I