Home | History | Annotate | Download | only in 067-dex-switch-and-try

Lines Matching full:catch

23     // This test has a try-catch but the try code can't possibly throw.
36 } catch (RuntimeException ex) {
43 // This test has a try-catch where the try code can theoretically throw.
57 } catch (RuntimeException ex) {
64 // This test has a switch with a case that has a try-catch where
73 } catch (RuntimeException ex) {
87 // This test has a try-catch that has a switch with a case that
88 // has a try-catch where the try code can theoretically throw, but
98 } catch (RuntimeException ex) {
108 } catch (RuntimeException ex) {