Searched defs:_total_bailout_count (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/compiler/ | ||
H A D | compileBroker.hpp | 295 static int _total_bailout_count; member in class:CompileBroker 412 static int get_total_bailout_count() { return _total_bailout_count; } |
H A D | compileBroker.cpp | 176 int CompileBroker::_total_bailout_count = 0; member in class:CompileBroker 2035 _total_bailout_count++; |
Completed in 36 milliseconds