Home
last modified time | relevance | path

Searched refs:getCurrentContendedMonitor (Results 1 – 8 of 8) sorted by relevance

/art/test/1933-monitor-current-contended/src/art/
DTest1933.java64 Monitors.getCurrentContendedMonitor(null)); in testNoContention()
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
/art/test/jvmti-common/
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
/art/test/1930-monitor-info/src/art/
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
DTest1934.java133 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testStopWait()
160 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testInterruptWait()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()
/art/test/1931-monitor-events/src/art/
DMonitors.java111 public static native Object getCurrentContendedMonitor(Thread thr); in getCurrentContendedMonitor() method in Monitors
177 return getCurrentContendedMonitor(runner); in getWorkerContendedMonitor()