Searched refs:getMonitors (Results 1 – 3 of 3) sorted by relevance
65 static Method getMonitors; field in LocalsAndOperands91 getMonitors = liveStackFrameClass.getDeclaredMethod("getMonitors");92 getMonitors.setAccessible(true);225 ((Object[]) getMonitors.invoke(f)).length + " monitors"); in fullStackSanityCheck()458 Object[] monitors = (Object[]) getMonitors.invoke(frame); in printLocals()
51 public Object[] getMonitors(); in getMonitors() method
45 public Object[] getMonitors() { in getMonitors() method in LiveStackFrameInfo