Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java348 Class nonBcpSubClass = TestFileChildClass.class; in testNonBCPRef2BCPRef() local
357 testConversion(mode, nonBcpSubClass, parent, testSubObj, in testNonBCPRef2BCPRef()
361 testConversion(mode, nonBcpSubClass, parent, null, null, in testNonBCPRef2BCPRef()
365 testConversion(mode, parent, nonBcpSubClass, bcpSuperObj, null, in testNonBCPRef2BCPRef()
369 testConversion(mode, parent, nonBcpSubClass, testSubObj, in testNonBCPRef2BCPRef()
372 testConversion(mode, parent, nonBcpSubClass, null, null, in testNonBCPRef2BCPRef()
377 testConversion(mode, bcpInterface, nonBcpSubClass, in testNonBCPRef2BCPRef()
379 Class[] siblings = {nonBcpSubClass, bcpSuperClass}; in testNonBCPRef2BCPRef()