Searched refs:handleMonitorEnter (Results 1 – 2 of 2) sorted by relevance
/art/test/1932-monitor-events-misc/src/art/ |
D | Test1932.java | 26 public default void handleMonitorEnter(Thread thd, Object lock) {} in handleMonitorEnter() method 120 @Override public void handleMonitorEnter(Thread t, Object l) { in testNativeLockStateThrowEnter() 148 @Override public void handleMonitorEnter(Thread t, Object l) { in testNativeLockStateThrowEntered() 325 @Override public void handleMonitorEnter(Thread thd, Object l) { in testMonitorInfoInEvents() 482 @Override public void handleMonitorEnter(Thread thd, Object lock) { in testLockUncontend() 510 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowEnter() 560 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowBoth() 597 public static void handleMonitorEnter(Thread thd, Object lock) { in handleMonitorEnter() method in Test1932 600 HANDLER.handleMonitorEnter(thd, lock); in handleMonitorEnter()
|
/art/test/1931-monitor-events/src/art/ |
D | Test1931.java | 41 public static void handleMonitorEnter(Thread thd, Object lock) { in handleMonitorEnter() method in Test1931
|