Searched refs:call_predicate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp168 bool call_predicate(int i, int b, CompLevel cur_level);
H A DsimpleThresholdPolicy.hpp47 bool call_predicate(int i, int b, CompLevel cur_level);
H A DadvancedThresholdPolicy.cpp231 bool AdvancedThresholdPolicy::call_predicate(int i, int b, CompLevel cur_level) { function in class:AdvancedThresholdPolicy
394 CompLevel next_level = common(&AdvancedThresholdPolicy::call_predicate, method, cur_level);
H A DsimpleThresholdPolicy.cpp265 bool SimpleThresholdPolicy::call_predicate(int i, int b, CompLevel cur_level) { function in class:SimpleThresholdPolicy
337 CompLevel next_level = common(&SimpleThresholdPolicy::call_predicate, method, cur_level);

Completed in 33 milliseconds