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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp46 // - javaVFrame
82 // Returns the next javaVFrame on the stack (skipping all other kinds of frame)
83 javaVFrame *java_sender() const;
106 class javaVFrame: public vframe { class in inherits:vframe
125 javaVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread) : vframe(fr, reg_map, thread) {} function in class:javaVFrame
126 javaVFrame(const frame* fr, JavaThread* thread) : vframe(fr, thread) {} function in class:javaVFrame
130 static javaVFrame* cast(vframe* vf) {
132 return (javaVFrame*) vf;
153 bool structural_compare(javaVFrame* other);
158 class interpretedVFrame: public javaVFrame {
[all...]

Completed in 703 milliseconds