Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java714 exceptions.set(i - 1, intersectExceptions(exceptions.get(i - 1), exceptionTypes)); in deduplicateAndGetExceptions()
729 private static Class<?>[] intersectExceptions(Class<?>[] aExceptions, Class<?>[] bExceptions) { in intersectExceptions() method in Proxy
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java58 private static java.lang.Class<?>[] intersectExceptions( in intersectExceptions() method in Proxy