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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp455 static int _CompiledZap_count; // counter compared against CompileZap[First/Last] member in class:Compile
904 static int CompiledZap_count() { return _CompiledZap_count; }
H A Doutput.cpp195 int Compile::_CompiledZap_count = 0; member in class:Compile
214 ++_CompiledZap_count; // counts skipped zaps, too

Completed in 283 milliseconds