Searched refs:childInst (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 272 Object[] childInst = {testObj01, testObj02}; in testNonBCPRef2NonBCPRef() local 278 testConversion(mode, children[j], parent, childInst[j], in testNonBCPRef2NonBCPRef() 279 childInst[j], false, null); in testNonBCPRef2NonBCPRef() 290 testConversion(mode, parent, children[j], childInst[j], in testNonBCPRef2NonBCPRef() 291 childInst[j], false, null); in testNonBCPRef2NonBCPRef() 418 Object[] childInst = {testObj01, testObj02}; in testBCPRef2BCPRef() local 423 testConversion(mode, children[i], bcpInterface, childInst[i], in testBCPRef2BCPRef() 424 childInst[i], false, null); in testBCPRef2BCPRef() 432 children[i], childInst[i], childInst[i], false, null); in testBCPRef2BCPRef()
|