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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp272 int monitor_depth() const { return nof_monitors() + (caller() ? caller()->monitor_depth() : 0); } function in class:JVMState
H A Dcallnode.cpp533 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");
H A Dparse1.cpp216 assert(jvms()->monitor_depth() == 0, "should be no active locks at beginning of osr");
H A DgraphKit.cpp2799 int current = jvms()->monitor_depth()* C->sync_stack_slots();

Completed in 64 milliseconds