Searched defs:readJShort (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java45 public short readJShort(long address) throws DebuggerException; method in interface:ProcDebugger
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:WindbgDebugger
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:LinuxDebugger
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java44 public short readJShort(long address) throws DebuggerException; method in interface:BsdDebugger
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerBase.java340 public short readJShort(long address) method in class:DebuggerBase

Completed in 175 milliseconds