src/share/vm/runtime/frame.hpp

changeset 1228
eacd97c88873
parent 631
d1605aabd0a1
child 1279
bd02caa94611
equal deleted inserted replaced
1227:085dd9ee61aa 1228:eacd97c88873
115 115
116 // tells whether this frame can be deoptimized 116 // tells whether this frame can be deoptimized
117 bool can_be_deoptimized() const; 117 bool can_be_deoptimized() const;
118 118
119 // returns the frame size in stack slots 119 // returns the frame size in stack slots
120 int frame_size() const; 120 int frame_size(RegisterMap* map) const;
121 121
122 // returns the sending frame 122 // returns the sending frame
123 frame sender(RegisterMap* map) const; 123 frame sender(RegisterMap* map) const;
124 124
125 // for Profiling - acting on another frame. walks sender frames 125 // for Profiling - acting on another frame. walks sender frames

mercurial