Home
last modified time | relevance | path

Searched refs:SubclassC (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/450-checker-types/src/
H A DMain.java54 class SubclassC extends SubclassA { class
129 s = new SubclassC(); in testIfRemove()
158 s = new SubclassC(); in testForRemove()
173 s = new SubclassC(); in testForKeep()
187 x = new SubclassC(); in testPhiFromCall()
372 o = new SubclassC(); in testInstanceOfWithPhiSubclass()
390 o = new SubclassC(); in testInstanceOfWithPhiTop()
410 o = new SubclassC(); in testInstanceOfSubclassInFor()
529 private Generic<SubclassC> genericC = new Generic<SubclassC>();
532 private SubclassC get() { in get()
[all …]