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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp133 if (x->highest_comp_level() > y->highest_comp_level()) {
137 if (x->highest_comp_level() == y->highest_comp_level()) {
H A DsimpleThresholdPolicy.cpp51 mh->highest_comp_level(), mh->highest_osr_comp_level());
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp237 if (m->highest_comp_level() != CompLevel_none)
238 st->print_cr(" - highest level: %d", m->highest_comp_level());
H A DmethodOop.cpp841 if (comp_level > mh->highest_comp_level()) {
1544 int methodOopDesc::highest_comp_level() const { function in class:methodOopDesc
1547 return mdo->highest_comp_level();
H A DmethodOop.hpp259 int highest_comp_level() const;
H A DmethodDataOop.hpp1374 int highest_comp_level() { return _highest_comp_level; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 48 milliseconds