Home
last modified time | relevance | path

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

/art/test/450-checker-types/src/
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()
176 ((SubclassC)s).$noinline$g(); in testForKeep()
187 x = new SubclassC(); in testPhiFromCall()
191 ((SubclassC)x).$noinline$g(); in testPhiFromCall()
202 if (o instanceof SubclassC) { in testInstanceOf()
203 ((SubclassC)o).$noinline$g(); in testInstanceOf()
211 public static boolean $inline$InstanceofSubclassC(Object o) { return o instanceof SubclassC; } in $inline$InstanceofSubclassC()
[all …]