/art/test/421-exceptions/ |
D | Android.bp | 3 // 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/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 2 exceptions encountered during trace selection. The existence of exceptions will
|
/art/odrefresh/ |
D | odr_compilation_log.cc | 41 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/ |
D | info.txt | 3 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/ |
D | info.txt | 3 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/ |
D | ConstructorProxy.java | 44 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/ |
D | info.txt | 1 Tests of the built-in exceptions' detail messages.
|
/art/test/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/art/test/106-exceptions2/ |
D | info.txt | 1 Test runtime exceptions for potential regressions caused by the compiler.
|
/art/test/1929-exception-catch-exception/ |
D | info.txt | 1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
|
/art/test/946-obsolete-throw/ |
D | info.txt | 3 Tests that we correctly handle exceptions thrown through obsolete methods.
|
/art/test/718-zipfile-finalizer/ |
D | info.txt | 1 Test that ZipFile.finalize doesn't throw exceptions
|
/art/test/991-field-trace-2/ |
D | info.txt | 3 This test specifically examines how the runtime responds to exceptions occurring
|
/art/test/978-virtual-interface/ |
D | info.txt | 6 interface method via the invoke-virtual opcode and that correct exceptions are
|
/art/test/2032-default-method-private-override/ |
D | info.txt | 6 exceptions and incorrect behavior as we might try to use a private or a
|
/art/test/064-field-access/ |
D | info.txt | 1 The documentation lists exceptional conditions and the exceptions that
|
/art/test/2265-const-method-type-cached/src-util/transformer/ |
D | ConstantTransformer.java | 61 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/ |
D | IndyTransformer.java | 90 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/ |
D | ConstantTransformer.java | 85 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/ |
D | expected-stdout.txt | 5 Testing throwing exceptions in monitor_enter 12 Testing throwing exceptions in monitor_entered 19 Testing throwing exceptions in both monitorEnter & MonitorEntered
|
D | expected-stdout.jvm.txt | 5 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/ |
D | Main.java | 35 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/ |
D | expected-stdout.txt | 103 Found constructors with 0 exceptions
|
/art/ |
D | TEST_MAPPING | 203 "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"
|