Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 28) sorted by relevance

12

/art/test/421-exceptions/
DAndroid.bp3 // Build rules for ART run-test `421-exceptions`.
16 name: "art-run-test-421-exceptions",
21 ":art-run-test-421-exceptions-expected-stdout",
22 ":art-run-test-421-exceptions-expected-stderr",
28 name: "art-run-test-421-exceptions-expected-stdout",
29 out: ["art-run-test-421-exceptions-expected-stdout.txt"],
36 name: "art-run-test-421-exceptions-expected-stderr",
37 out: ["art-run-test-421-exceptions-expected-stderr.txt"],
/art/test/081-hot-exceptions/
DAndroid.bp3 // Build rules for ART run-test `081-hot-exceptions`.
16 name: "art-run-test-081-hot-exceptions",
21 ":art-run-test-081-hot-exceptions-expected-stdout",
22 ":art-run-test-081-hot-exceptions-expected-stderr",
28 name: "art-run-test-081-hot-exceptions-expected-stdout",
29 out: ["art-run-test-081-hot-exceptions-expected-stdout.txt"],
36 name: "art-run-test-081-hot-exceptions-expected-stderr",
37 out: ["art-run-test-081-hot-exceptions-expected-stderr.txt"],
Dinfo.txt2 exceptions encountered during trace selection. The existence of exceptions will
/art/odrefresh/
Dodr_compilation_log.cc41 auto saved_exceptions = is.exceptions(); in operator >>()
42 is.exceptions(std::ios_base::iostate {}); in operator >>()
52 is.exceptions(saved_exceptions); in operator >>()
60 auto saved_exceptions = os.exceptions(); in operator <<()
61 os.exceptions(std::ios_base::iostate {}); in operator <<()
70 os.exceptions(saved_exceptions); in operator <<()
/art/test/1928-exception-event-exception/
Dinfo.txt3 Ensures we can throw exceptions during the exception event without causing
4 problems. Note that we do not allow exceptions to propogate past the event,
/art/test/995-breakpoints-throw/
Dinfo.txt3 Tests that it is possible to throw exceptions while handling breakpoint events
5 possible for the method being breakpointed to catch exceptions thrown by the
/art/test/044-proxy/src/
DConstructorProxy.java44 Object[] exceptions = constructor.getExceptionTypes(); in runTest() local
45 System.out.println("Found constructors with " + exceptions.length + " exceptions"); in runTest()
/art/test/201-built-in-except-detail-messages/
Dinfo.txt1 Tests of the built-in exceptions' detail messages.
/art/test/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/art/test/106-exceptions2/
Dinfo.txt1 Test runtime exceptions for potential regressions caused by the compiler.
/art/test/1929-exception-catch-exception/
Dinfo.txt1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
/art/test/946-obsolete-throw/
Dinfo.txt3 Tests that we correctly handle exceptions thrown through obsolete methods.
/art/test/718-zipfile-finalizer/
Dinfo.txt1 Test that ZipFile.finalize doesn't throw exceptions
/art/test/991-field-trace-2/
Dinfo.txt3 This test specifically examines how the runtime responds to exceptions occurring
/art/test/978-virtual-interface/
Dinfo.txt6 interface method via the invoke-virtual opcode and that correct exceptions are
/art/test/2032-default-method-private-override/
Dinfo.txt6 exceptions and incorrect behavior as we might try to use a private or a
/art/test/064-field-access/
Dinfo.txt1 The documentation lists exceptional conditions and the exceptions that
/art/test/2265-const-method-type-cached/src-util/transformer/
DConstantTransformer.java61 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
62 MethodVisitor mv = cv.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java90 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
91 MethodVisitor mv = cv.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java85 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod() argument
86 MethodVisitor mv = cv.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/art/test/1932-monitor-events-misc/
Dexpected-stdout.txt5 Testing throwing exceptions in monitor_enter
12 Testing throwing exceptions in monitor_entered
19 Testing throwing exceptions in both monitorEnter & MonitorEntered
Dexpected-stdout.jvm.txt5 Testing throwing exceptions in monitor_enter
12 Testing throwing exceptions in monitor_entered
19 Testing throwing exceptions in both monitorEnter & MonitorEntered
/art/test/046-reflect/src/
DMain.java35 Class<?>[] params, exceptions; in printMethodInfo() local
44 exceptions = meth.getExceptionTypes(); in printMethodInfo()
45 for (i = 0; i < exceptions.length; i++) in printMethodInfo()
46 System.out.println(" Exc " + i + ": " + exceptions[i].getName()); in printMethodInfo()
/art/test/044-proxy/
Dexpected-stdout.txt103 Found constructors with 0 exceptions
/art/
DTEST_MAPPING203 "name": "art-run-test-081-hot-exceptions"
575 "name": "art-run-test-421-exceptions"
1631 "name": "art-run-test-081-hot-exceptions[com.google.android.art.apex]"
2003 "name": "art-run-test-421-exceptions[com.google.android.art.apex]"
3077 "name": "art-run-test-081-hot-exceptions"
3449 "name": "art-run-test-421-exceptions"
4513 "name": "art-run-test-081-hot-exceptions"
4885 "name": "art-run-test-421-exceptions"

12