Searched refs:testObj02 (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 269 Object testObj02 = new TestSubClass2(); in testNonBCPRef2NonBCPRef() local 272 Object[] childInst = {testObj01, testObj02}; in testNonBCPRef2NonBCPRef() 298 testConversion(mode, parent, testSubClass1, testObj02, in testNonBCPRef2NonBCPRef() 416 Object testObj02 = new StringBuffer("test"); in testBCPRef2BCPRef() local 418 Object[] childInst = {testObj01, testObj02}; in testBCPRef2BCPRef() 446 testConversion(mode, bcpInterface, bcpSubClass1, testObj02, in testBCPRef2BCPRef()
|