Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 6 of 6) sorted by relevance

/art/test/450-checker-types/
Dinfo.txt1 Checker test for testing checked cast elimination.
/art/test/506-verify-aput/
Dinfo.txt1 Test that an aput on a null array is properly checked
/art/test/479-regression-implicit-null-check/
Dinfo.txt2 checked a different object. This lead to valid null checks being elided.
/art/runtime/
Dcheck_jni.cc2666 bool checked; in CheckCallArgs() local
2671 checked = sc.Check(soa, true, "ELm", args); in CheckCallArgs()
2676 checked = sc.Check(soa, true, "ELcm", args); in CheckCallArgs()
2682 checked = sc.Check(soa, true, "Ecm", args); in CheckCallArgs()
2687 checked = false; in CheckCallArgs()
2690 return checked; in CheckCallArgs()
/art/cmdline/
DREADME.md93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
/art/compiler/dex/
Dlocal_value_numbering.cc513 bool checked = true; in IntersectSets() local
516 checked = false; in IntersectSets()
520 if (checked) { in IntersectSets()