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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1147 void ciEnv::record_method_not_compilable(const char* reason, bool all_tiers) { argument
1149 all_tiers ? MethodCompilable_never : MethodCompilable_not_at_tier ;
1154 if (all_tiers) {

Completed in 33 milliseconds