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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp97 if (is_c1_compile(comp_level)) return c1_count();
H A DcompilationPolicy.cpp181 if (is_c1_compile(comp_level)) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp343 if (is_c1_compile(comp_level)) return _c1_method_queue;
354 if (is_c1_compile(comp_level)) return _compilers[0]; // C1
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp658 if (is_c1_compile(comp_level))
672 if (is_c1_compile(comp_level))
685 if (is_c1_compile(comp_level))
698 if (is_c1_compile(comp_level))
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp963 if (is_c1_compile(env->comp_level())) {
977 if (is_c1_compile(env->comp_level())) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp776 inline bool is_c1_compile(int comp_level) { function

Completed in 48 milliseconds