Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java1323 private VarHandle vh_pi; field in VarHandleTypeConversionTests.InterfaceTest
1327 vh_pi = MethodHandles.lookup().findVarHandle(InterfaceTest.class, "pi",
1345 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()
1346 Object o = (Object) vh_pi.get(this); in doTest()
1348 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()
1354 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()
1355 B b = (B) vh_pi.get(this); in doTest()
1356 Object o = (Object) vh_pi.get(this); in doTest()
1357 ChildInterface c = (ChildInterface) vh_pi.get(this); in doTest()
1361 ParentInterface p = (ParentInterface) vh_pi.get(this); in doTest()
[all …]