Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java294 Class<?>[] ptc = MethodTypeForm.canonicalizeAll(ptypes, howArgs); in canonicalize() local
297 if (ptc == null && rtc == null) { in canonicalize()
303 if (ptc == null) ptc = ptypes; in canonicalize()
304 return MethodType.makeImpl(rtc, ptc, true); in canonicalize()
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java382 PublicTestClass ptc = new PublicTestClass(); in test_getEnclosingMethod() local
387 ptc.getLocalClass().getClass().getEnclosingMethod()); in test_getEnclosingMethod()
395 PublicTestClass ptc = new PublicTestClass(); in test_getEnclosingConstructor() local
399 ptc.clazz.getClass().getEnclosingConstructor()); in test_getEnclosingConstructor()
403 ptc.getLocalClass().getClass().getEnclosingConstructor()); in test_getEnclosingConstructor()