Home
last modified time | relevance | path

Searched refs:throwing (Results 1 – 20 of 20) sorted by relevance

/art/test/1932-monitor-events-misc/
Dexpected.txt5 Testing throwing exceptions in monitor_enter
10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te…
12 Testing throwing exceptions in monitor_entered
17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
19 Testing throwing exceptions in both monitorEnter & MonitorEntered
25 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
27 Testing throwing exception in MonitorWait event
31 …Caused by: art.Monitors$TestException: throwing exception during MonitorWait of NamedLock[Lock tes…
33 Testing throwing exception in MonitorWait event with illegal aruments
37 …Caused by: art.Monitors$TestException: throwing exception during monitorWait of NamedLock[Lock tes…
[all …]
/art/test/672-checker-throw-method/
Dinfo.txt1 Test detecting throwing methods for code sinking.
/art/test/673-checker-throw-vmethod/
Dinfo.txt1 Test detecting throwing methods for code sinking.
/art/test/1937-transform-soft-fail/
Dexpected.txt2 throwing
/art/test/995-breakpoints-throw/
Dexpected.txt19 Test "call Test995::breakpoint": Caught error java.lang.Error:"throwing error!" with handler "throw"
23 Caught java.lang.Error: "throwing error!"
28 Test "call Test995::breakpointCatchLate": Caught error java.lang.Error:"throwing error!" with handl…
32 Caught java.lang.Error:"throwing error!"
/art/test/1929-exception-catch-exception/
Dinfo.txt1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
/art/test/523-checker-can-throw-regression/
Dinfo.txt1 Regression test for the HGraphBuilder which would split a throwing catch block
/art/test/667-out-of-bounds/
Dinfo.txt3 an array when throwing an AIOOBE.
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/test/jvmti-common/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/1930-monitor-info/src/art/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/1931-monitor-events/src/art/
DMonitors.java311 Error throwing = null; in DoUnlock() local
315 throwing = new Error("Not locked!"); in DoUnlock()
327 if (throwing != null) { in DoUnlock()
328 throw throwing; in DoUnlock()
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali38 invoke-static {}, Ljava/lang/System;->nanoTime()J # throwing instruction
42 invoke-static {}, Ljava/lang/System;->nanoTime()J # throwing instruction
/art/test/800-smali/smali/
Db_121245951_3.smali14 # Possibly throwing to merge v1 into catch handler as int.
/art/test/510-checker-try-catch/smali/
DRuntime.smali183 # Register v0 holds different constants at two throwing instructions. Runtime is
213 # Register v0 holds different integer values at two throwing instructions.
251 # Register pair (v0, v1) holds different long values at two throwing instructions.
302 # Register v0 holds different float values at two throwing instructions. Runtime
344 # Register pair (v0, v1) holds different double values at two throwing instructions.
386 # Register v0 holds different integer values at two throwing instructions.
387 # These values were forced to spill by an always-throwing try/catch after their
435 # Register pair (v0, v1) holds different double values at two throwing instructions.
436 # These values were forced to spill by an always-throwing try/catch after their
/art/test/523-checker-can-throw-regression/smali/
DTest.smali42 # Block would be split here but second part not marked as throwing.
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali118 # throwing into it are removed.