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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.hpp64 virtual javaVFrame* top_vframe() const = 0;
92 javaVFrame* top_vframe() const { return _vf; } function in class:CompiledRFrame
111 javaVFrame* top_vframe() const { return _vf; } function in class:InterpretedRFrame

Completed in 47 milliseconds