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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp282 int compilable() { return _compilable; } function in class:ciEnv
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1745 int compilable = ciEnv::MethodCompilable; local
1787 compilable = ci_env.compilable();
1839 switch (compilable) {

Completed in 38 milliseconds