Searched refs:checked (Results 1 – 6 of 6) sorted by relevance
1 Checker test for testing checked cast elimination.
1 Test that an aput on a null array is properly checked
2 checked a different object. This lead to valid null checks being elided.
2666 bool checked; in CheckCallArgs() local2671 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()
93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
513 bool checked = true; in IntersectSets() local516 checked = false; in IntersectSets()520 if (checked) { in IntersectSets()