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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp162 int interpreter_throwout_count() const { check_is_loaded(); return _interpreter_throwout_count; } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp271 int interpreter_throwout_count() const { return _interpreter_throwout_count; } function in class:methodOopDesc

Completed in 35 milliseconds