Home
last modified time | relevance | path

Searched refs:RecursionError (Results 1 – 7 of 7) sorted by relevance

/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java118 public static class RecursionError extends Error { class in Test1924
119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1924.RecursionError
127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()
165 } catch (RecursionError e) { in doRecurTestWith()
/art/test/1923-frame-pop/src/art/
DTest1923.java118 public static class RecursionError extends Error { class in Test1923
119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1923.RecursionError
127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()
166 } catch (RecursionError e) { in doRecurTestWith()
/art/test/1925-self-frame-pop/src/art/
DTest1925.java118 public static class RecursionError extends Error { class in Test1925
119 public RecursionError(String s) { super(s); } in RecursionError() method in Test1925.RecursionError
127 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesK()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java126 public static class RecursionError extends Error { class in Test1926
127 public RecursionError(String s) { super(s); } in RecursionError() method in Test1926.RecursionError
136 throw new RecursionError("Unable recur further. Still " + times + " outstanding!"); in recurTimesL()
/art/test/1925-self-frame-pop/
Dexpected.txt4 Caught exception art.Test1925$RecursionError: Unable recur further. Still 90 outstanding! while run…
/art/test/1923-frame-pop/
Dexpected.txt8 Caught exception art.Test1923$RecursionError: Unable recur further. Still 90 outstanding! while run…
/art/test/1924-frame-pop-toggle/
Dexpected.txt8 Caught exception art.Test1924$RecursionError: Unable recur further. Still 90 outstanding! while run…