Searched refs:should_create_mdo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp198 inline bool should_create_mdo(methodOop method, CompLevel cur_level);
H A DadvancedThresholdPolicy.cpp250 bool AdvancedThresholdPolicy::should_create_mdo(methodOop method, CompLevel cur_level) { function in class:AdvancedThresholdPolicy
435 if (should_create_mdo(mh(), level)) {
450 if (should_create_mdo(mh(), level)) {
454 if (should_create_mdo(imh(), level)) {

Completed in 32 milliseconds