Searched defs:getLastJavaVFrame (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java56 for (JavaVFrame vf = getLastJavaVFrame(cur); vf != null; vf = vf.javaSender()) {
83 private static JavaVFrame getLastJavaVFrame(JavaThread cur) { method in class:LibprocClient
158 for (JavaVFrame vf = getLastJavaVFrame(thread); vf != null; vf = vf.javaSender(), i++) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaThread.java196 public JavaVFrame getLastJavaVFrame(RegisterMap regMap) { method in class:JavaThread
214 (getLastJavaVFrame, as a port of the VM's routine, assumes the
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java778 JavaVFrame vframe = getLastJavaVFrame(thread);
1711 private static JavaVFrame getLastJavaVFrame(JavaThread cur) { method in class:HSDB

Completed in 44 milliseconds