Searched refs:CompLevel_simple (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp226 if (level == CompLevel_full_optimization && can_be_compiled(mh, CompLevel_simple)) {
227 compile(mh, bci, CompLevel_simple, thread);
300 next_level = CompLevel_simple;
H A DadvancedThresholdPolicy.cpp285 * 1 - pure C1 (CompLevel_simple)
327 next_level = CompLevel_simple;
H A DcompilationPolicy.cpp122 return !m->is_not_compilable(CompLevel_simple) && !m->is_not_compilable(CompLevel_full_optimization);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp752 CompLevel_simple = 1, // C1 enumerator in enum:CompLevel
760 CompLevel_highest_tier = CompLevel_simple, // pure C1
768 CompLevel_initial_compile = CompLevel_simple // pure C1
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp739 int c1_count = CompilationPolicy::policy()->compiler_count(CompLevel_simple);
2126 if (compiler(CompLevel_simple) != NULL) {
2127 compiler(CompLevel_simple)->print_timers();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3031 assert(level > CompLevel_simple, "Shouldn't be here");

Completed in 58 milliseconds