/art/test/1922-owned-monitors-info/ |
D | expected.txt | 114 owner-monitors, no suspend, Other thread 118 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 122 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 126 Owned monitors: [NamedLock("Lock 1"), Target("Other thread test (suspend: false): owned-monitor")] 128 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 130 …"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other thread test (suspend: false): owned-mo… 132 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 134 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 136 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Other thread test (suspend: fals… 140 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), Target("Other thread test (suspend: fals… [all …]
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 32 private boolean suspend; field in Test1922.ThreadPauser 34 public ThreadPauser(boolean suspend) { in ThreadPauser() argument 36 this.suspend = suspend; in ThreadPauser() 40 this.suspend = false; in ThreadPauser() 46 if (suspend) { in run() 47 Suspension.suspend(paused_thread); in run() 54 if (suspend) { in waitForOtherThreadToPause() 63 if (suspend) { in wakeupOtherThread() 177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread() argument 178 final Target t = new Target("Other thread test (suspend: " + suspend + "): " + name); in runTestsOtherThread() [all …]
|
/art/runtime/jdwp/ |
D | jdwp_options_test.cc | 36 EXPECT_EQ(opt.suspend, false); in TEST() 51 EXPECT_EQ(opt.suspend, false); in TEST() 66 EXPECT_EQ(opt.suspend, false); in TEST()
|
/art/test/ |
D | Android.bp | 272 "1905-suspend-native/native_suspend.cc", 273 "1908-suspend-native-resume-self/native_suspend_resume.cc", 277 "1920-suspend-native-monitor/native_suspend_monitor.cc", 278 "1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc", 288 "1942-suspend-raw-monitor-exit/native_suspend_monitor.cc", 289 "1943-suspend-raw-monitor-wait/native_suspend_monitor.cc", 292 "1951-monitor-enter-no-suspend/raw_monitor.cc", 468 "149-suspend-all-stress/suspend_all.cc", 559 "1902-suspend/src/art/Suspension.java", 632 "1902-suspend/src/art/Test1902.java", [all …]
|
/art/test/1904-double-suspend/src/art/ |
D | Test1904.java | 66 Suspension.suspend(other); in run() 78 Suspension.suspend(other); in run()
|
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1903-suspend-self/ |
D | info.txt | 1 Test jvmti suspend/resume of the current thread.
|
/art/test/597-deopt-busy-loop/ |
D | info.txt | 1 Test deoptimizing when returning from suspend-check runtime method.
|
/art/test/121-simple-suspend-check/ |
D | info.txt | 1 Simple test to ensure the compiler emits suspend checks on loops.
|
/art/test/1931-monitor-events/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1923-frame-pop/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1953-pop-frame/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1951-monitor-enter-no-suspend/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1942-suspend-raw-monitor-exit/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1925-self-frame-pop/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1908-suspend-native-resume-self/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1914-get-local-instance/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1943-suspend-raw-monitor-wait/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1930-monitor-info/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1917-get-stack-frame/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Suspension.java | 21 public native static void suspend(Thread thr); in suspend() method in Suspension
|