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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in interface:BsdDebugger
H A DBsdAddress.java69 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
H A DBsdDebuggerLocal.java479 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in interface:LinuxDebugger
H A DLinuxAddress.java69 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
H A DLinuxDebuggerLocal.java472 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java46 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in interface:ProcDebugger
H A DProcAddress.java68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
H A DProcDebuggerLocal.java322 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java45 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in interface:WindbgDebugger
H A DWindbgAddress.java68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebuggerBase.java346 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in class:DebuggerBase
454 return readCInteger(address, machDesc.getAddressSize(), true);
459 long value = readCInteger(address, getHeapOopSize(), true);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteAddress.java68 return debugger.readCInteger(addr + offset, numBytes, isUnsigned);
H A DRemoteDebuggerClient.java237 public long readCInteger(long address, long numBytes, boolean isUnsigned) method in class:RemoteDebuggerClient

Completed in 49 milliseconds