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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp317 int mdo_i = mdo->invocation_count_delta(); local
319 if ((this->*p)(mdo_i, mdo_b, cur_level)) {
H A DadvancedThresholdPolicy.cpp374 int mdo_i = mdo->invocation_count_delta(); local
376 if ((this->*p)(mdo_i, mdo_b, cur_level)) {

Completed in 31 milliseconds