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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java42 public int readJInt(long address) throws DebuggerException; method in interface:BsdDebugger
H A DBsdAddress.java107 return debugger.readJInt(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java42 public int readJInt(long address) throws DebuggerException; method in interface:LinuxDebugger
H A DLinuxAddress.java107 return debugger.readJInt(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java43 public int readJInt(long address) throws DebuggerException; method in interface:ProcDebugger
H A DProcAddress.java104 return debugger.readJInt(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java42 public int readJInt(long address) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgAddress.java104 return debugger.readJInt(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteAddress.java103 return debugger.readJInt(addr + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerBase.java304 public int readJInt(long address) method in class:DebuggerBase

Completed in 56 milliseconds