Home
last modified time | relevance | path

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

/art/test/081-hot-exceptions/
Dinfo.txt2 exceptions encountered during trace selection. The existence of exceptions will
/art/test/201-built-in-exception-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/064-field-access/
Dinfo.txt1 The documentation lists exceptional conditions and the exceptions that
/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/runtime/arch/mips/
Dquick_entrypoints_mips.S1174 bne $t0, $zero, 1f # check for pending exceptions
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1446 bne $t0, $zero, 1f # check for pending exceptions