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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp65 static int _total_bytes_compiled; member in class:Phase
H A Dphase.cpp33 int Phase::_total_bytes_compiled = 0; member in class:Phase
99 tty->print ("/%d bytes",_total_bytes_compiled);
100 tty->print_cr (" (%3.0f bytes per sec) ", Phase::_total_bytes_compiled / Phase::_t_methodCompilation.seconds());
H A Dparse1.cpp523 _total_bytes_compiled += method()->code_size();

Completed in 39 milliseconds