Home
last modified time | relevance | path

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

/art/test/450-checker-types/src/
DMain.java57 class SubclassC extends SubclassA { class
132 s = new SubclassC(); in testIfRemove()
161 s = new SubclassC(); in testForRemove()
176 s = new SubclassC(); in testForKeep()
179 ((SubclassC)s).$noinline$g(); in testForKeep()
190 x = new SubclassC(); in testPhiFromCall()
194 ((SubclassC)x).$noinline$g(); in testPhiFromCall()
205 if (o instanceof SubclassC) { in testInstanceOf()
206 ((SubclassC)o).$noinline$g(); in testInstanceOf()
214 public static boolean $inline$InstanceofSubclassC(Object o) { return o instanceof SubclassC; } in $inline$InstanceofSubclassC()
[all …]