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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp326 BasicObjectLock* next_monitor_in_interpreter_frame(BasicObjectLock* current) const;
H A Dframe.cpp486 BasicObjectLock* frame::next_monitor_in_interpreter_frame(BasicObjectLock* current) const { function in class:frame
615 current = next_monitor_in_interpreter_frame(current)) {
897 current = next_monitor_in_interpreter_frame(current)
H A DsharedRuntime.cpp2839 kptr = fr.next_monitor_in_interpreter_frame(kptr) ) {
2863 kptr2 = fr.next_monitor_in_interpreter_frame(kptr2) ) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp840 kptr = fr.next_monitor_in_interpreter_frame(kptr) ) {

Completed in 2203 milliseconds