Searched refs:_total_method_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp219 static uint _total_nop_size, _total_method_size; member in class:Scheduling
235 _total_method_size += s;
H A Doutput.cpp1747 uint Scheduling::_total_method_size = 0; member in class:Scheduling
2972 _total_nop_size, _total_method_size);
2973 if (_total_method_size > 0)
2975 ((double)_total_nop_size) / ((double) _total_method_size) * 100.0);

Completed in 36 milliseconds