Searched refs:num_mon (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp869 int num_mon = jvms->nof_monitors(); local
891 num_mon > 0 ||
896 GrowableArray<MonitorValue*> *monarray = new GrowableArray<MonitorValue*>(num_mon);
899 for(idx = 0; idx < num_mon; idx++) {
H A Dcallnode.cpp1669 int num_mon = jvms->nof_monitors(); local
1671 for (int idx = 0; idx < num_mon; idx++) {
H A Dmacro.cpp1868 int num_mon = jvms->nof_monitors(); local
1870 for (int idx = 0; idx < num_mon; idx++) {

Completed in 2503 milliseconds