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() 332 @Override public void handleMonitorEnter(Thread thd, Object l) { in testMonitorInfoInEvents() 491 @Override public void handleMonitorEnter(Thread thd, Object lock) { in testLockUncontend() 519 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowEnter() 569 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowBoth() 606 public static void handleMonitorEnter(Thread thd, Object lock) { in handleMonitorEnter() method in Test1932 609 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
|