Searched refs:is_c2_compile (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp98 if (is_c2_compile(comp_level)) return c2_count();
H A DcompilationPolicy.cpp173 if (is_c2_compile(comp_level)) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp342 if (is_c2_compile(comp_level)) return _c2_method_queue;
353 if (is_c2_compile(comp_level)) return _compilers[1]; // C2
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp660 if (is_c2_compile(comp_level))
674 if (is_c2_compile(comp_level))
687 if (is_c2_compile(comp_level))
700 if (is_c2_compile(comp_level))
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp780 inline bool is_c2_compile(int comp_level) { function

Completed in 65 milliseconds