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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp89 int event_count = m->invocation_count() + m->backedge_count(); local
90 int delta_e = event_count - m->prev_event_count();
97 m->set_prev_event_count(event_count);
113 int event_count = m->invocation_count() + m->backedge_count(); local
114 int delta_e = event_count - m->prev_event_count();

Completed in 51 milliseconds