Searched refs:top_vframe (Results 1 - 2 of 2) 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
H A DcompilationPolicy.cpp544 int bci = next->top_vframe()->bci();

Completed in 32 milliseconds