Searched refs:checked (Results 1 – 6 of 6) sorted by relevance
/art/test/450-checker-types/ |
D | info.txt | 1 Checker test for testing checked cast elimination.
|
/art/test/506-verify-aput/ |
D | info.txt | 1 Test that an aput on a null array is properly checked
|
/art/test/479-regression-implicit-null-check/ |
D | info.txt | 2 checked a different object. This lead to valid null checks being elided.
|
/art/runtime/jni/ |
D | check_jni.cc | 3045 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/ |
D | Android.bp | 385 // The non-flattened APEXes are always checked, as they are always generated
|
/art/cmdline/ |
D | README.md | 93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
|