Searched refs:Interface (Results 1 – 3 of 3) sorted by relevance
30 doCall(o instanceof Interface[], o); in $opt$TestSlowPath()38 static interface Interface {} interface in Main
24 interface Interface extends SuperInterface { interface28 class Super implements Interface {590 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) { in getWiderType()603 private void testInlinerWidensReturnType(boolean cond, Interface a, OtherInterface b) { in testInlinerWidensReturnType()
509 Interface i = null; in methodTwo()587 interface Interface { interface in Main