Searched defs:getRegisterAsAddress (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadContext.java54 public Address getRegisterAsAddress(int index); method in interface:ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:BsdAMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/x86/
H A DBsdX86ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:BsdX86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:LinuxAMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ia64/
H A DLinuxIA64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:LinuxIA64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/sparc/
H A DLinuxSPARCThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:LinuxSPARCThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/
H A DLinuxX86ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:LinuxX86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:ProcAMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:ProcSPARCThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:ProcX86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/
H A DRemoteAMD64ThreadContext.java47 public Address getRegisterAsAddress(int index) { method in class:RemoteAMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/
H A DRemoteSPARCThreadContext.java47 public Address getRegisterAsAddress(int index) { method in class:RemoteSPARCThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/
H A DRemoteX86ThreadContext.java47 public Address getRegisterAsAddress(int index) { method in class:RemoteX86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:WindbgAMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:WindbgIA64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86ThreadContext.java43 public Address getRegisterAsAddress(int index) { method in class:WindbgX86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java112 public abstract Address getRegisterAsAddress(int index); method in class:AMD64ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/
H A DSPARCThreadContext.java138 public abstract Address getRegisterAsAddress(int index); method in class:SPARCThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java123 public abstract Address getRegisterAsAddress(int index); method in class:X86ThreadContext
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java186 public abstract Address getRegisterAsAddress(int index); method in class:IA64ThreadContext

Completed in 865 milliseconds