Searched refs:computeUniqueCatchList (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java522 Vector<ClassDefinition> catchList = computeUniqueCatchList(exceptions);
653 private Vector<ClassDefinition> computeUniqueCatchList(ClassDeclaration[] exceptions) { method in class:RMIGenerator
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DStubSkeletonWriter.java338 List<ClassDoc> catchList = computeUniqueCatchList(exceptions);
467 private List<ClassDoc> computeUniqueCatchList(ClassDoc[] exceptions) { method in class:StubSkeletonWriter
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java947 List<Class<?>> catchList = computeUniqueCatchList(exceptionTypes);
1561 private static List<Class<?>> computeUniqueCatchList(Class<?>[] exceptions) { method in class:ProxyGenerator

Completed in 43 milliseconds