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

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp122 return !m->is_not_compilable(CompLevel_simple) && !m->is_not_compilable(CompLevel_full_optimization);
124 return !m->is_not_compilable(comp_level);
505 if (next_m->is_not_compilable()) { // Did fail to compile this before/
H A DsimpleThresholdPolicy.cpp110 if (!mh->is_not_compilable(CompLevel_full_profile)) {
119 if (!mh->is_not_compilable(CompLevel_full_optimization)) {
H A Ddeoptimization.cpp1575 if (make_not_compilable && !nm->method()->is_not_compilable(CompLevel_full_optimization)) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp680 bool is_not_compilable(int comp_level = CompLevel_any) const;
H A DmethodOop.cpp651 bool methodOopDesc::is_not_compilable(int comp_level) const { function in class:methodOopDesc
681 if (is_not_compilable(comp_level))
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1211 if (method->is_not_compilable(comp_level)) return NULL;
1319 if (method->is_not_compilable(comp_level)) {

Completed in 44 milliseconds