Searched refs:CFrame (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCFrame.java35 public interface CFrame { interface
37 public CFrame sender(ThreadProxy th);
H A DCDebugger.java53 /** Create a CFrame object for the top frame of the given thread,
58 public CFrame topFrameForThread(ThreadProxy t)
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DThreadContext.java60 public CFrame getTopFrame(Debugger dbg);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCFrame.java40 public CFrame sender(ThreadProxy t) {
H A DProcCDebugger.java80 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException {
H A DProcDebugger.java60 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException;
H A DProcDebuggerLocal.java471 public synchronized CFrame topFrameForThread(ThreadProxy thread)
474 CFrame res = null;
475 if (isCore && ((res = (CFrame) topFrameCache.get(thread)) != null)) {
727 private Map topFrameCache; // Map<ThreadProxy, CFrame>
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCFrame.java30 /** Basic implementation of the CFrame interface providing some of the
33 public abstract class BasicCFrame implements CFrame {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/sparc/
H A DSPARCThreadContext.java134 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/aarch64/
H A DAARCH64ThreadContext.java128 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java107 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/aarch64/
H A DLinuxAARCH64CFrame.java56 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64CFrame.java55 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/ppc64/
H A DLinuxPPC64CFrame.java58 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/ppc64/
H A DPPC64ThreadContext.java116 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/x86/
H A DX86ThreadContext.java118 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windows/amd64/
H A DWindowsAMD64CFrame.java47 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windows/x86/
H A DWindowsX86CFrame.java47 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/x86/
H A DLinuxX86CFrame.java56 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/sparc/
H A DLinuxSPARCCFrame.java60 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64CFrame.java55 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/x86/
H A DBsdX86CFrame.java56 public CFrame sender(ThreadProxy thread) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java176 public CFrame getTopFrame(Debugger dbg) {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java84 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java71 public CFrame topFrameForThread(ThreadProxy thread) throws DebuggerException {

Completed in 133 milliseconds

12