Home
last modified time | relevance | path

Searched refs:TestError (Results 1 – 21 of 21) sorted by relevance

/art/test/1970-force-early-return-long/src/art/
DTest1970.java357 public static class TestError extends Error {}
372 } catch (TestError e) {
380 throw new TestError();
389 public static class TestError extends Error {}
407 } catch (TestError e) {
422 throw new TestError(); // We put a watch here.
423 } catch (TestError e) {
431 throw new TestError(); // We put a watch here.
446 public static final class TestError extends Error {}
463 throw new TestError();
[all …]
/art/test/1968-force-early-return/src/art/
DTest1968.java393 public static class TestError extends Error {}
408 } catch (TestError e) {
416 throw new TestError();
425 public static class TestError extends Error {}
443 } catch (TestError e) {
458 throw new TestError(); // We put a watch here.
459 } catch (TestError e) {
467 throw new TestError(); // We put a watch here.
482 public static final class TestError extends Error {}
499 throw new TestError();
[all …]
/art/test/1969-force-early-return-void/src/art/
DTest1969.java329 public static class TestError extends Error {}
343 } catch (TestError e) {
351 throw new TestError();
360 public static class TestError extends Error {}
377 } catch (TestError e) {
392 throw new TestError(); // We put a watch here.
393 } catch (TestError e) {
401 throw new TestError(); // We put a watch here.
411 public static final class TestError extends Error {}
428 throw new TestError();
[all …]
/art/test/1953-pop-frame/src/art/
DTest1953.java488 public static class TestError extends Error {}
500 } catch (TestError e) {
506 throw new TestError();
515 public static class TestError extends Error {}
535 } catch (TestError e) {
547 throw new TestError(); // We put a watch here.
548 } catch (TestError e) {
552 throw new TestError(); // We put a watch here.
570 public static final class TestError extends Error {}
585 throw new TestError();
[all …]
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java488 public static class TestError extends Error {}
500 } catch (TestError e) {
506 throw new TestError();
515 public static class TestError extends Error {}
535 } catch (TestError e) {
547 throw new TestError(); // We put a watch here.
548 } catch (TestError e) {
552 throw new TestError(); // We put a watch here.
570 public static final class TestError extends Error {}
585 throw new TestError();
[all …]
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java488 public static class TestError extends Error {}
500 } catch (TestError e) {
506 throw new TestError();
515 public static class TestError extends Error {}
535 } catch (TestError e) {
547 throw new TestError(); // We put a watch here.
548 } catch (TestError e) {
552 throw new TestError(); // We put a watch here.
570 public static final class TestError extends Error {}
585 throw new TestError();
[all …]
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java488 public static class TestError extends Error {}
500 } catch (TestError e) {
506 throw new TestError();
515 public static class TestError extends Error {}
535 } catch (TestError e) {
547 throw new TestError(); // We put a watch here.
548 } catch (TestError e) {
552 throw new TestError(); // We put a watch here.
570 public static final class TestError extends Error {}
585 throw new TestError();
[all …]
/art/test/991-field-trace-2/src/art/
DTest991.java54 private static class TestError extends Error { class in Test991
56 public TestError(String s) { super(s); } in TestError() method in Test991.TestError
62 throw new TestError("Throwing error during access"); in handleFieldAccess()
68 throw new TestError("Throwing error during modify"); in handleFieldModify()
204 } catch (TestError e) { in run()
/art/test/1954-pop-frame-jit/
Dexpected-stdout.txt45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
Djvm-expected.patch10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
/art/test/1955-pop-frame-jit-called/
Dexpected-stdout.txt45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
Djvm-expected.patch10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
/art/test/1956-pop-frame-jit-calling/
Dexpected-stdout.txt45 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
49 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
53 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
57 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
61 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
65 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
69 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
73 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
Djvm-expected.patch10 < art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
14 < art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
/art/test/1953-pop-frame/
Dexpected-stdout.txt39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
47 art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
55 art.Test1953$ExceptionThrowFarTestObject$TestError thrown and caught!
59 art.Test1953$ExceptionThrowFarTestObject$TestError caught in same function.
Dclass-loading-expected.patch10 > art.Test1953$ExceptionThrowTestObject$TestError thrown and caught!
14 > art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
/art/test/1970-force-early-return-long/
Dexpected-stdout.txt51 …hread Thread[Test1970 target thread - 16,5,main] - art.Test1970$ExceptionOnceObject$TestError: null
63 …hread Thread[Test1970 target thread - 18,5,main] - art.Test1970$ExceptionOnceObject$TestError: null
76 art.Test1970$ExceptionThrowTestObject$TestError thrown and caught!
83 art.Test1970$ExceptionCatchTestObject$TestError caught in called function.
97 art.Test1970$ExceptionCatchTestObject$TestError caught in called function.
101 art.Test1970$ExceptionThrowTestObject$TestError caught in same function.
108 art.Test1970$ExceptionCatchTestObject$TestError caught in called function.
115 art.Test1970$ExceptionThrowTestObject$TestError thrown and caught!
122 art.Test1970$ExceptionThrowTestObject$TestError caught in same function.
129 art.Test1970$ExceptionThrowFarTestObject$TestError thrown and caught!
[all …]
/art/test/1969-force-early-return-void/
Dexpected-stdout.txt51 …hread Thread[Test1969 target thread - 16,5,main] - art.Test1969$ExceptionOnceObject$TestError: null
63 …hread Thread[Test1969 target thread - 18,5,main] - art.Test1969$ExceptionOnceObject$TestError: null
76 art.Test1969$ExceptionThrowTestObject$TestError thrown and caught!
83 art.Test1969$ExceptionCatchTestObject$TestError caught in called function.
96 art.Test1969$ExceptionCatchTestObject$TestError caught in called function.
100 art.Test1969$ExceptionThrowTestObject$TestError caught in same function.
107 art.Test1969$ExceptionCatchTestObject$TestError caught in called function.
114 art.Test1969$ExceptionThrowTestObject$TestError thrown and caught!
121 art.Test1969$ExceptionThrowTestObject$TestError caught in same function.
128 art.Test1969$ExceptionThrowFarTestObject$TestError thrown and caught!
[all …]
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java43 public static final class TestError extends Error { class in Test1940
44 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError
49 throw new TestError("Failure: " + a + " != " + b); in checkEq()
90 throw new TestError("Unknown ddm request type: " + req.type); in handleChunk()
/art/test/1968-force-early-return/
Dexpected-stdout.txt51 …hread Thread[Test1968 target thread - 16,5,main] - art.Test1968$ExceptionOnceObject$TestError: null
63 …hread Thread[Test1968 target thread - 18,5,main] - art.Test1968$ExceptionOnceObject$TestError: null
76 art.Test1968$ExceptionThrowTestObject$TestError thrown and caught!
83 art.Test1968$ExceptionCatchTestObject$TestError caught in called function.
90 art.Test1968$ExceptionThrowTestObject$TestError caught in same function.
97 art.Test1968$ExceptionCatchTestObject$TestError caught in called function.
104 art.Test1968$ExceptionThrowTestObject$TestError thrown and caught!
111 art.Test1968$ExceptionThrowTestObject$TestError caught in same function.
118 art.Test1968$ExceptionThrowFarTestObject$TestError thrown and caught!
125 art.Test1968$ExceptionThrowFarTestObject$TestError caught in same function.
/art/test/991-field-trace-2/
Dexpected-stdout.txt13 Caught error. art.Test991$TestError: Throwing error during access
22 Caught error. art.Test991$TestError: Throwing error during modify
84 Caught error. art.Test991$TestError: Throwing error during access
93 Caught error. art.Test991$TestError: Throwing error during modify