Searched refs:ptc (Results 1 – 2 of 2) sorted by relevance
352 Class<?>[] ptc = MethodTypeForm.canonicalizeAll(ptypes, howArgs); in canonicalize() local355 if (ptc == null && rtc == null) { in canonicalize()361 if (ptc == null) ptc = ptypes; in canonicalize()362 return MethodType.makeImpl(rtc, ptc, true); in canonicalize()
382 PublicTestClass ptc = new PublicTestClass(); in test_getEnclosingMethod() local387 ptc.getLocalClass().getClass().getEnclosingMethod()); in test_getEnclosingMethod()395 PublicTestClass ptc = new PublicTestClass(); in test_getEnclosingConstructor() local399 ptc.clazz.getClass().getEnclosingConstructor()); in test_getEnclosingConstructor()403 ptc.getLocalClass().getClass().getEnclosingConstructor()); in test_getEnclosingConstructor()