Searched refs:nof_monitors (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp401 for (i = 0; (int)i < nof_monitors(); i++) {
1048 debug_only(int num_before_pop = jvms()->nof_monitors());
1057 assert(jvms()->nof_monitors() == num_before_pop-1, "");
1061 int mon = jvms()->nof_monitors() - 1;
1067 int mon = jvms()->nof_monitors() - 1;
1669 int num_mon = jvms->nof_monitors();
H A Dcallnode.hpp271 int nof_monitors() const { return mon_size() >> logMonitorEdges; } function in class:JVMState
272 int monitor_depth() const { return nof_monitors() + (caller() ? caller()->monitor_depth() : 0); }
H A Dparse1.cpp1751 uint nof_monitors = map()->jvms()->nof_monitors(); local
1765 for (uint m = 0; m < nof_monitors; m++) {
H A Dmacro.cpp1868 int num_mon = jvms->nof_monitors();
H A Doutput.cpp869 int num_mon = jvms->nof_monitors();

Completed in 383 milliseconds