Lines Matching refs:Exception

29     public static void main(String[] args) throws Exception {  in main()
52 } catch (Exception e) { in main()
57 private static void testOatFilesUnloaded(int pid) throws Exception { in testOatFilesUnloaded()
78 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest()
95 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass()
107 throws Exception { in testUnloadLoader()
115 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace()
127 private static void testLoadAndUnloadLibrary(Constructor<?> constructor) throws Exception { in testLoadAndUnloadLibrary()
135 private static Object testNoUnloadHelper(ClassLoader loader) throws Exception { in testNoUnloadHelper()
150 private static Pair testNoUnloadInstanceHelper(Constructor<?> constructor) throws Exception { in testNoUnloadInstanceHelper()
157 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance()
165 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass()
181 throws Exception { in allocObjectInOtherClassLoader()
188 private static void testStickyUnload(Constructor<?> constructor) throws Exception { in testStickyUnload()
205 throws Exception { in setUpUnloadClassWeak()
211 throws Exception { in setUpUnloadLoader()
223 private static void waitForCompilation(Class<?> intHolder) throws Exception { in waitForCompilation()
233 throws Exception { in setUpLoadLibrary()
243 private static int getPid() throws Exception { in getPid()