Searched refs:pcRegIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java78 pcRegIndex = SPARCThreadContext.R_PC;
82 pcRegIndex = X86ThreadContext.EIP;
87 pcRegIndex = AMD64ThreadContext.RIP;
98 // Note: pcRegIndex and fpRegIndex do not appear to be referenced
669 private int pcRegIndex; field in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp478 jint pcRegIndex = env->GetIntField(this_obj, pcRegIndex_ID); local
481 jlong pc = (jlong) (uintptr_t) regs[pcRegIndex];
1426 pcRegIndex_ID = env->GetFieldID(clazz, "pcRegIndex", "I");

Completed in 48 milliseconds