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/jni/
Dcheck_jni.cc3045 bool checked; in CheckCallArgs() local
3050 checked = sc.Check(soa, true, "ELm.", args); in CheckCallArgs()
3055 checked = sc.Check(soa, true, "ELcm.", args); in CheckCallArgs()
3061 checked = sc.Check(soa, true, "Ecm.", args); in CheckCallArgs()
3066 checked = false; in CheckCallArgs()
3069 return checked; in CheckCallArgs()
/art/build/apex/
DAndroid.bp385 // The non-flattened APEXes are always checked, as they are always generated
/art/cmdline/
DREADME.md93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.