Home
last modified time | relevance | path

Searched refs:ThrowCatchBase (Results 1 – 3 of 3) sorted by relevance

/art/test/1929-exception-catch-exception/
Dexpected.txt77 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
85 …lass": Caught error art.Test1929$TestException:"doThrow" with handler "art.Test1929$ThrowCatchBase"
86 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowCatchBase"
87 …t1929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
100 …Test1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$ThrowCatchBase"
101 …est1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$ThrowCatchBase"
102 …$DoThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
114 …929$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$ThrowCatchBase"
115 …29$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929$ThrowCatchBase"
116 ….Test1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
[all …]
/art/test/1928-exception-event-exception/src/art/
DTest1928.java93 public static class ThrowCatchBase implements ExceptionHandler { class in Test1928
180 new ThrowCatchBase(), in run()
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java96 public static class ThrowCatchBase implements ExceptionHandler { class in Test1929
275 new ThrowCatchBase(), in run()