Searched refs:readOopHandle (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantOopReadValue.java39 value = stream.readOopHandle();
H A DDebugInfoReadStream.java52 public OopHandle readOopHandle() { method in class:DebugInfoReadStream
H A DScopeDesc.java64 method = (Method) VM.getVM().getObjectHeap().newOop(stream.readOopHandle());
82 method = (Method) VM.getVM().getObjectHeap().newOop(stream.readOopHandle());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java49 public BsdOopHandle readOopHandle(long address) throws DebuggerException; method in interface:BsdDebugger
H A DBsdAddress.java120 return debugger.readOopHandle(addr + offset);
H A DBsdDebuggerLocal.java440 public BsdOopHandle readOopHandle(long address) method in class:BsdDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java49 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; method in interface:LinuxDebugger
H A DLinuxAddress.java120 return debugger.readOopHandle(addr + offset);
H A DLinuxDebuggerLocal.java433 public LinuxOopHandle readOopHandle(long address) method in class:LinuxDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java50 public ProcOopHandle readOopHandle(long address) throws DebuggerException; method in interface:ProcDebugger
H A DProcAddress.java117 return debugger.readOopHandle(addr + offset);
H A DProcDebuggerLocal.java355 public ProcOopHandle readOopHandle(long address) method in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java49 public WindbgOopHandle readOopHandle(long address) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgAddress.java117 return debugger.readOopHandle(addr + offset);
H A DWindbgDebuggerLocal.java325 public WindbgOopHandle readOopHandle(long address) method in class:WindbgDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteAddress.java116 return debugger.readOopHandle(addr + offset);
H A DRemoteDebuggerClient.java322 RemoteOopHandle readOopHandle(long address) method in class:RemoteDebuggerClient

Completed in 50 milliseconds