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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp418 void record_method_not_compilable(const char* reason, bool all_tiers = true);
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) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp652 void record_method_not_compilable(const char* reason, bool all_tiers = false) {
653 // All bailouts cover "all_tiers" when TieredCompilation is off.
654 if (!TieredCompilation) all_tiers = true;
655 env()->record_method_not_compilable(reason, all_tiers);

Completed in 44 milliseconds