Searched refs:MonitorInfo (Results 1 – 6 of 6) sorted by relevance
43 JDWP.ObjectReference.MonitorInfo monitorInfo = null;482 JDWP.ObjectReference.MonitorInfo jdwpMonitorInfo() in jdwpMonitorInfo()484 JDWP.ObjectReference.MonitorInfo info = null; in jdwpMonitorInfo()511 info = JDWP.ObjectReference.MonitorInfo.process(vm, this); in jdwpMonitorInfo()
73 List<MonitorInfo> ownedMonitorsInfo = null;496 public List<MonitorInfo> ownedMonitorsAndFrames() throws IncompatibleThreadStateException { in ownedMonitorsAndFrames()503 snapshot.ownedMonitorsInfo = new ArrayList<MonitorInfo>(minfo.length); in ownedMonitorsAndFrames()508 … MonitorInfo mon = new MonitorInfoImpl(vm, minfo[i].monitor, this, minfo[i].stack_depth); in ownedMonitorsAndFrames()
31 implements MonitorInfo, ThreadListener {
36 public interface MonitorInfo extends Mirror { interface
285 List<MonitorInfo> ownedMonitorsAndFrames() in ownedMonitorsAndFrames()
89 public List<MonitorInfo> ownedMonitorsAndFrames() throws IncompatibleThreadStateException { in ownedMonitorsAndFrames()