Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 8 of 8) 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/test/173-missing-field-type/smali/
DBadFieldGet.smali30 # Put an object in the register used for sget-object, the bug in mterp checked it was
/art/test/
DREADME.arm_fvp.md7 This instruction was checked to be working for the AOSP master tree on
/art/build/apex/
DAndroid.bp440 // 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.
/art/runtime/jni/
Dcheck_jni.cc3095 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()