Home
last modified time | relevance | path

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

/art/test/
DREADME.txt11 directory; this can be used to exercise "API mismatch" situations by
/art/build/
DAndroid.common_build.mk172 -Wno-implicit-exception-spec-mismatch \
DAndroid.gtest.mk434 $$(error argument mismatch $(1) and ($2))
441 $$(error argument mismatch $(1) and ($2))
/art/runtime/verifier/
Dmethod_verifier.cc1936 bool mismatch = false; in CodeFlowVerifyInstruction() local
1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
1940 mismatch = !reg_type2.IsReferenceTypes(); in CodeFlowVerifyInstruction()
1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()
1944 if (mismatch) { in CodeFlowVerifyInstruction()