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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp161 int interpreter_invocation_count() const { check_is_loaded(); return _interpreter_invocation_count; } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp324 // We are reusing interpreter_invocation_count as a holder for the previous event count!
325 // We can do that since interpreter_invocation_count is not used in tiered.
342 int interpreter_invocation_count() { function in class:methodOopDesc

Completed in 26 milliseconds