Searched refs:getMachineDescription (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebugger.java54 public MachineDescription getMachineDescription() throws RemoteException; method in interface:RemoteDebugger
H A DRemoteDebuggerServer.java60 public MachineDescription getMachineDescription() throws RemoteException { method in class:RemoteDebuggerServer
61 return debugger.getMachineDescription();
H A DRemoteDebuggerClient.java53 machDesc = remoteDebugger.getMachineDescription();
391 public MachineDescription getMachineDescription() throws DebuggerException { method in class:RemoteDebuggerClient
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebugger.java88 public MachineDescription getMachineDescription() throws DebuggerException; method in interface:Debugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java36 public MachineDescription getMachineDescription() throws DebuggerException; method in interface:ProcDebugger
H A DProcDebuggerLocal.java258 public MachineDescription getMachineDescription() { method in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java87 public MachineDescription getMachineDescription() throws DebuggerException { method in class:DummyDebugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java325 isLP64 = debugger.getMachineDescription().isLP64();
368 soleInstance = new VM(db, debugger, debugger.getMachineDescription().isBigEndian());
645 bytes = new Bytes(debugger.getMachineDescription());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java479 machDesc = ((RemoteDebuggerClient) debugger).getMachineDescription();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java667 machDesc = ((RemoteDebuggerClient) debugger).getMachineDescription();
H A DBugSpot.java334 (getDebugger().getMachineDescription().getAddressSize() == 8)),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java394 public MachineDescription getMachineDescription() { method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java392 public MachineDescription getMachineDescription() { method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java263 public MachineDescription getMachineDescription() { method in class:WindbgDebuggerLocal

Completed in 56 milliseconds