Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 19 of 19) sorted by relevance

/art/test/2029-contended-monitors/
Dexpected.txt9 Hold time 2, pause time 18, shared lock
10 Hold time 20, pause time 180, shared lock
11 Hold time 200, pause time 1800, shared lock
12 Hold time 2000, pause time 18000, shared lock
13 Hold time 20000, pause time 180000, shared lock
/art/test/1917-get-stack-frame/src/art/
DTest1917.java145 ThreadPauser pause = new ThreadPauser();
148 new RecurCount(5, pause),
152 pause.waitForOtherThreadToPause();
154 pause.wakeupOtherThread();
/art/test/1920-suspend-native-monitor/src/art/
DTest1920.java35 pause(); in run()
73 public static native void pause(); in pause() method in Test1920
/art/test/1921-suspend-native-recursive-monitor/src/art/
DTest1921.java35 pause(); in run()
73 public static native void pause(); in pause() method in Test1921
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java173 final ThreadPauser pause = new ThreadPauser();
176 target.invoke(null, pause);
182 pause.waitForOtherThreadToPause();
186 safepoint.invoke(remote, target, pause.slot, frame.depth);
189 pause.wakeupOtherThread();
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java128 final ThreadPauser pause = new ThreadPauser();
132 target.invoke(null, pause, reporter);
138 pause.waitForOtherThreadToPause();
142 safepoint.invoke(remote, target, pause.slot, frame.depth);
145 pause.wakeupOtherThread();
/art/test/1939-proxy-frames/src/art/
DTest1939.java114 final ThreadPauser pause = new ThreadPauser();
118 target.invoke(thiz, pause);
125 pause.waitForOtherThreadToPause();
132 pause.wakeupOtherThread();
/art/test/1914-get-local-instance/src/art/
DTest1914.java131 final ThreadPauser pause = new ThreadPauser();
135 target.invoke(thiz, pause);
142 pause.waitForOtherThreadToPause();
149 pause.wakeupOtherThread();
/art/test/2005-pause-all-redefine-multithreaded/
DAndroid.bp3 name: "art-run-test-2005-pause-all-redefine-multithreaded",
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java148 final ThreadPauser pause = new ThreadPauser();
153 target.invoke(null, pause);
160 pause.waitForOtherThreadToPause();
168 pause.wakeupOtherThread();
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java209 final ThreadPauser pause = new ThreadPauser();
212 target.invoke(null, pause);
218 pause.waitForOtherThreadToPause();
226 pause.wakeupOtherThread();
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java179 final ThreadPauser pause = new ThreadPauser();
182 target.invoke(null, pause);
188 pause.waitForOtherThreadToPause();
196 pause.wakeupOtherThread();
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java208 final ThreadPauser pause = new ThreadPauser(suspend); in runTestsOtherThread() local
209 final Thread thr = new Thread(r1.apply(r2.apply(r3.apply(pause)))); in runTestsOtherThread()
211 pause.waitForOtherThreadToPause(); in runTestsOtherThread()
213 pause.wakeupOtherThread(); in runTestsOtherThread()
/art/test/utils/
Dregen-test-files152 art-run-test-2005-pause-all-redefine-multithreaded
/art/test/
DAndroid.bp409 "2005-pause-all-redefine-multithreaded/pause-all.cc",
814 "2005-pause-all-redefine-multithreaded/src/art/Test2005.java",
951 "2005-pause-all-redefine-multithreaded/expected.txt",
/art/runtime/gc/collector/
Dsemi_space.cc112 ScopedPause pause(this); in RunPhases() local
Dmark_sweep.cc157 ScopedPause pause(this); in RunPhases() local
162 ScopedPause pause(this); in RunPhases() local
Dconcurrent_copying.cc219 ScopedPause pause(this, false); in RunPhases() local
/art/runtime/gc/
Dheap.cc2710 for (uint64_t pause : pause_times) { in LogGC() local
2711 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()
3336 collector::GarbageCollector::ScopedPause pause(gc, false); in PreGcVerification() local
3404 collector::GarbageCollector::ScopedPause pause(gc, false); in PostGcVerification() local