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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp192 inline void update_rate(jlong t, methodOop m);
H A DadvancedThresholdPolicy.cpp75 // update_rate() is called from select_task() while holding a compile queue lock.
76 void AdvancedThresholdPolicy::update_rate(jlong t, methodOop m) { function in class:AdvancedThresholdPolicy
165 update_rate(t, method());
428 update_rate(os::javaTimeMillis(), mh());

Completed in 31 milliseconds