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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp294 static int _total_compile_count; member in class:CompileBroker
411 static int get_total_compile_count() { return _total_compile_count; }
H A DcompileBroker.cpp178 int CompileBroker::_total_compile_count = 0; member in class:CompileBroker
2092 _total_compile_count++;

Completed in 36 milliseconds