/art/test/1932-monitor-events-misc/ |
D | expected-stdout.txt | 5 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/995-breakpoints-throw/ |
D | expected-stdout.txt | 19 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/672-checker-throw-method/ |
D | info.txt | 1 Test detecting throwing methods for code sinking.
|
/art/test/673-checker-throw-vmethod/ |
D | info.txt | 1 Test detecting throwing methods for code sinking.
|
/art/test/1937-transform-soft-fail/ |
D | expected-stdout.txt | 2 throwing
|
/art/test/1929-exception-catch-exception/ |
D | info.txt | 1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
|
/art/test/523-checker-can-throw-regression/ |
D | info.txt | 1 Regression test for the HGraphBuilder which would split a throwing catch block
|
/art/test/819-verification-runtime/ |
D | info.txt | 2 a known throwing instruction means the code following it is unreachable.
|
/art/test/jvmti-common/ |
D | Monitors.java | 311 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/ |
D | Monitors.java | 311 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/ |
D | Monitors.java | 311 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/ |
D | Monitors.java | 311 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/ |
D | Monitors.java | 311 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/ |
D | Monitors.java | 311 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/667-out-of-bounds/ |
D | info.txt | 3 an array when throwing an AIOOBE.
|
/art/test/819-verification-runtime/smali/ |
D | Main.smali | 30 # consider this instructions as always throwing, and will not 34 # skipped due to the throwing instruction above.
|
/art/test/081-hot-exceptions/ |
D | info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/art/test/547-regression-trycatch-critic-edge/smali/ |
D | TestCase.smali | 38 invoke-static {}, Ljava/lang/System;->nanoTime()J # throwing instruction 42 invoke-static {}, Ljava/lang/System;->nanoTime()J # throwing instruction
|
/art/test/800-smali/smali/ |
D | b_121245951_3.smali | 14 # Possibly throwing to merge v1 into catch handler as int.
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 183 # 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/ |
D | Test.smali | 42 # Block would be split here but second part not marked as throwing.
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 118 # throwing into it are removed.
|