Searched defs:highest_comp_level (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1374 int highest_comp_level() { return _highest_comp_level; } function in class:VALUE_OBJ_CLASS_SPEC
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();

Completed in 277 milliseconds