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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp264 static PerfCounter* _perf_total_compilation; member in class:CompileBroker
400 return _perf_total_compilation != NULL ? _perf_total_compilation->get_value() : 0;
H A DcompileBroker.cpp148 PerfCounter* CompileBroker::_perf_total_compilation = NULL; member in class:CompileBroker
769 _perf_total_compilation =
2053 _perf_total_compilation->inc(time.ticks());

Completed in 37 milliseconds