Searched defs:readOopHandle (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DDebugInfoReadStream.java53 public OopHandle readOopHandle() { method in class:DebugInfoReadStream
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java51 public ProcOopHandle readOopHandle(long address) throws DebuggerException; method in interface:ProcDebugger
H A DProcDebuggerLocal.java373 public ProcOopHandle readOopHandle(long address) method in class:ProcDebuggerLocal
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java50 public WindbgOopHandle readOopHandle(long address) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgDebuggerLocal.java330 public WindbgOopHandle readOopHandle(long address) method in class:WindbgDebuggerLocal
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebugger.java50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; method in interface:LinuxDebugger
H A DLinuxDebuggerLocal.java449 public LinuxOopHandle readOopHandle(long address) method in class:LinuxDebuggerLocal
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebugger.java50 public BsdOopHandle readOopHandle(long address) throws DebuggerException; method in interface:BsdDebugger
H A DBsdDebuggerLocal.java464 public BsdOopHandle readOopHandle(long address) method in class:BsdDebuggerLocal
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebuggerClient.java337 RemoteOopHandle readOopHandle(long address) method in class:RemoteDebuggerClient

Completed in 122 milliseconds