Searched refs:InterpretedRFrame (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp50 InterpretedRFrame::InterpretedRFrame(frame fr, JavaThread* thread, RFrame*const callee) function in class:InterpretedRFrame
59 InterpretedRFrame::InterpretedRFrame(frame fr, JavaThread* thread, methodHandle m) function in class:InterpretedRFrame
80 : InterpretedRFrame(fr, thread, callee) {}
86 rf = new InterpretedRFrame(fr, thread, callee);
121 int InterpretedRFrame::cost() const {
149 void InterpretedRFrame::init() {
170 void InterpretedRFrame::print() {
H A Drframe.hpp98 class InterpretedRFrame : public RFrame { // interpreter frame class in inherits:RFrame
103 InterpretedRFrame(frame fr, JavaThread* thread, RFrame*const callee);
108 InterpretedRFrame(frame fr, JavaThread* thread, methodHandle m); // constructor for method triggering its invocation counter
117 class DeoptimizedRFrame : public InterpretedRFrame {
H A DcompilationPolicy.cpp447 RFrame* first = new InterpretedRFrame(triggerVF->fr(), thread, m);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp821 class InterpretedRFrame;

Completed in 38 milliseconds