Home
last modified time | relevance | path

Searched refs:waitForOtherThreadToPause (Results 1 – 12 of 12) sorted by relevance

/art/test/1917-get-stack-frame/src/art/
DTest1917.java52 public void waitForOtherThreadToPause() throws Exception { in waitForOtherThreadToPause() method in Test1917.ThreadPauser
152 pause.waitForOtherThreadToPause();
/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java148 public void waitForOtherThreadToPause() throws Exception { in waitForOtherThreadToPause() method in Test1924.ThreadPauser
173 safepoint.waitForOtherThreadToPause(); in doRecurTestWith()
/art/test/1923-frame-pop/src/art/
DTest1923.java148 public void waitForOtherThreadToPause() throws Exception { in waitForOtherThreadToPause() method in Test1923.ThreadPauser
174 safepoint.waitForOtherThreadToPause(); in doRecurTestWith()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java157 public void waitForOtherThreadToPause() throws Exception { in waitForOtherThreadToPause() method in Test1926.ThreadPauser
186 safepoint.waitForOtherThreadToPause(); in doRecurTestWith()
/art/test/1939-proxy-frames/src/art/
DTest1939.java103 public void waitForOtherThreadToPause() throws Exception {
125 pause.waitForOtherThreadToPause();
/art/test/1914-get-local-instance/src/art/
DTest1914.java120 public void waitForOtherThreadToPause() throws Exception {
142 pause.waitForOtherThreadToPause();
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java162 public void waitForOtherThreadToPause() throws Exception {
182 pause.waitForOtherThreadToPause();
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java137 public void waitForOtherThreadToPause() throws Exception {
160 pause.waitForOtherThreadToPause();
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java117 public void waitForOtherThreadToPause() throws Exception {
138 pause.waitForOtherThreadToPause();
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java198 public void waitForOtherThreadToPause() throws Exception {
218 pause.waitForOtherThreadToPause();
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java168 public void waitForOtherThreadToPause() throws Exception {
188 pause.waitForOtherThreadToPause();
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java52 public void waitForOtherThreadToPause() { in waitForOtherThreadToPause() method in Test1922.ThreadPauser
211 pause.waitForOtherThreadToPause(); in runTestsOtherThread()