Searched defs:_perf_total_standard_compile_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp274 static PerfCounter* _perf_total_standard_compile_count; member in class:CompileBroker
H A DcompileBroker.cpp156 PerfCounter* CompileBroker::_perf_total_standard_compile_count = NULL; member in class:CompileBroker
803 _perf_total_standard_compile_count =
2104 if (UsePerfData) _perf_total_standard_compile_count->inc();

Completed in 51 milliseconds