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

/openjdk7/hotspot/src/share/vm/runtime/
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);
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);

Completed in 31 milliseconds