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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp240 for (BasicObjectLock* current = (fr().previous_monitor_in_interpreter_frame(fr().interpreter_frame_monitor_begin()));
242 current = fr().previous_monitor_in_interpreter_frame(current)) {
H A Dframe.hpp327 BasicObjectLock* previous_monitor_in_interpreter_frame(BasicObjectLock* current) const;
H A DvframeArray.cpp294 top = iframe()->previous_monitor_in_interpreter_frame(top);
H A Dframe.cpp495 BasicObjectLock* frame::previous_monitor_in_interpreter_frame(BasicObjectLock* current) const { function in class:frame

Completed in 30 milliseconds