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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp113 int _interpreter_invocation_count; // Count of times invoked (reused as prev_event_count in tiered)
326 int prev_event_count() const { return _interpreter_invocation_count; } function in class:methodOopDesc

Completed in 36 milliseconds