Searched refs:testObj01 (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 268 Object testObj01 = new TestSubClass1(); in testNonBCPRef2NonBCPRef() local 272 Object[] childInst = {testObj01, testObj02}; in testNonBCPRef2NonBCPRef() 303 testSubClass2, testObj01, null, true, in testNonBCPRef2NonBCPRef() 415 Object testObj01 = new String("test"); in testBCPRef2BCPRef() local 418 Object[] childInst = {testObj01, testObj02}; in testBCPRef2BCPRef() 439 bcpSubClass2, testObj01, null, true, in testBCPRef2BCPRef()
|