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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp83 int _compiling; member in class:VALUE_OBJ_CLASS_SPEC
95 return _compiling;
110 _compiling += 1;
116 _compiling = 0;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp463 static int _compiling; // (UseCompiler || CountCompiledCalls) local
606 _compiling = (UseCompiler || CountCompiledCalls);
620 if (_compiling) {

Completed in 65 milliseconds