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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java866 sun.jvm.hotspot.runtime.Frame curFrame = curVFrame.getFrame();
883 InterpreterCodelet codelet = VM.getVM().getInterpreter().getCodeletContaining(curFrame.getPC());
891 anno += "\nExecuting in codelet \"" + description + "\" at PC = " + curFrame.getPC();
894 anno += "\nExecuting at PC = " + curFrame.getPC();
898 startAddr = curFrame.getSP();
910 CodeBlob cb = VM.getVM().getCodeCache().findBlob(curFrame.getPC());
918 SignalInfo sigInfo = (SignalInfo) interruptedFrameMap.get(curFrame);
926 sun.jvm.hotspot.runtime.Frame nextFrame = curFrame;
929 curFrame = nextFrame;
950 anno += "\n(ERROR while iterating vframes for frame " + curFrame
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp476 jobject curFrame = dbgo2->obj2; local
485 curFrame, pc, fp);

Completed in 27 milliseconds