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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp47 // - interpretedVFrame
158 class interpretedVFrame: public javaVFrame { class in inherits:javaVFrame
173 interpretedVFrame(const frame* fr, const RegisterMap* reg_map, JavaThread* thread) : javaVFrame(fr, reg_map, thread) {}; function in class:interpretedVFrame
181 static interpretedVFrame* cast(vframe* vf) {
183 return (interpretedVFrame*) vf;

Completed in 29 milliseconds