/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/081-hot-exceptions/ |
D | info.txt | 2 exceptions encountered during trace selection. The existence of exceptions will
|
/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/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
/art/test/680-sink-regression/ |
D | info.txt | 1 Regression test for code sinking with exceptions (b/75971227).
|
/art/test/201-built-in-except-detail-messages/ |
D | info.txt | 1 Tests of the built-in exceptions' detail messages.
|
/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/064-field-access/ |
D | info.txt | 1 The documentation lists exceptional conditions and the exceptions that
|
/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.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.txt | 103 Found constructors with 0 exceptions
|
/art/runtime/ |
D | runtime.cc | 795 GcRoot<mirror::Throwable>* exceptions[] = { in RunRootClinits() local 801 for (GcRoot<mirror::Throwable>* exception : exceptions) { in RunRootClinits()
|
/art/compiler/optimizing/ |
D | nodes.cc | 2883 IntrinsicExceptions exceptions) { in SetIntrinsic() argument 2903 SetCanThrow(exceptions == kCanThrow); in SetIntrinsic()
|
D | nodes.h | 4323 IntrinsicExceptions exceptions);
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2177 bne $t0, $zero, 1f # check for pending exceptions
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2301 bne $t0, $zero, 2f # check for pending exceptions
|