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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp302 static int _sum_nmethod_size; member in class:CompileBroker
419 static int get_sum_nmethod_size() { return _sum_nmethod_size;}
H A DcompileBroker.cpp184 int CompileBroker::_sum_nmethod_size = 0; member in class:CompileBroker
2090 _sum_nmethod_size += code->total_size();
2141 tty->print_cr(" nmethod total size : %6d bytes", CompileBroker::_sum_nmethod_size);

Completed in 36 milliseconds