Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java1261 public interface ChildInterface extends ParentInterface { interface in VarHandleTypeConversionTests.InterfaceTest
1270 public class B extends A implements ChildInterface {
1302 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()
1311 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()
1318 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()
1332 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()
1342 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()
1350 ChildInterface c = (ChildInterface) vh_obj.get(this); in doTest()