Searched refs:readJShort (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:BsdDebugger
H A DBsdAddress.java115 return debugger.readJShort(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:LinuxDebugger
H A DLinuxAddress.java115 return debugger.readJShort(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java45 public short readJShort(long address) throws DebuggerException; method in interface:ProcDebugger
H A DProcAddress.java112 return debugger.readJShort(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgAddress.java112 return debugger.readJShort(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteAddress.java111 return debugger.readJShort(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerBase.java332 public short readJShort(long address) method in class:DebuggerBase

Completed in 40 milliseconds