Searched defs:fpRegIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java79 fpRegIndex = SPARCThreadContext.R_I6;
83 fpRegIndex = X86ThreadContext.EBP;
88 fpRegIndex = AMD64ThreadContext.RBP;
98 // Note: pcRegIndex and fpRegIndex do not appear to be referenced
670 private int fpRegIndex; field in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp479 jint fpRegIndex = env->GetIntField(this_obj, fpRegIndex_ID); local
482 jlong fp = (jlong) (uintptr_t) regs[fpRegIndex];
1429 fpRegIndex_ID = env->GetFieldID(clazz, "fpRegIndex", "I");

Completed in 27 milliseconds