Searched refs:checked (Results 1 – 8 of 8) 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/test/173-missing-field-type/smali/ |
D | BadFieldGet.smali | 30 # Put an object in the register used for sget-object, the bug in mterp checked it was
|
/art/test/ |
D | README.arm_fvp.md | 7 This instruction was checked to be working for the AOSP master tree on
|
/art/build/apex/ |
D | Android.bp | 440 // 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.
|
/art/runtime/jni/ |
D | check_jni.cc | 3095 bool checked; in CheckCallArgs() local 3100 checked = sc.Check(soa, true, "ELm.", args); in CheckCallArgs() 3105 checked = sc.Check(soa, true, "ELcm.", args); in CheckCallArgs() 3111 checked = sc.Check(soa, true, "Ecm.", args); in CheckCallArgs() 3116 checked = false; in CheckCallArgs() 3119 return checked; in CheckCallArgs()
|