Home
last modified time | relevance | path

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

/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/081-hot-exceptions/
Dinfo.txt2 exceptions encountered during trace selection. The existence of exceptions will
/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/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.
/art/test/680-sink-regression/
Dinfo.txt1 Regression test for code sinking with exceptions (b/75971227).
/art/test/201-built-in-except-detail-messages/
Dinfo.txt1 Tests of the built-in exceptions' detail messages.
/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/064-field-access/
Dinfo.txt1 The documentation lists exceptional conditions and the exceptions that
/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.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.txt103 Found constructors with 0 exceptions
/art/runtime/
Druntime.cc795 GcRoot<mirror::Throwable>* exceptions[] = { in RunRootClinits() local
801 for (GcRoot<mirror::Throwable>* exception : exceptions) { in RunRootClinits()
/art/compiler/optimizing/
Dnodes.cc2883 IntrinsicExceptions exceptions) { in SetIntrinsic() argument
2903 SetCanThrow(exceptions == kCanThrow); in SetIntrinsic()
Dnodes.h4323 IntrinsicExceptions exceptions);
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2177 bne $t0, $zero, 1f # check for pending exceptions
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2301 bne $t0, $zero, 2f # check for pending exceptions