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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp202 bool is_method_profiled(methodOop method);
H A DadvancedThresholdPolicy.cpp146 bool AdvancedThresholdPolicy::is_method_profiled(methodOop method) { function in class:AdvancedThresholdPolicy
192 && is_method_profiled(max_method())) {
351 if (is_method_profiled(method)) {

Completed in 31 milliseconds