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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp69 int _handler_count; member in class:ciMethod
159 bool has_exception_handlers() const { check_is_loaded(); return _handler_count > 0; }
160 int exception_table_length() const { check_is_loaded(); return _handler_count; }

Completed in 43 milliseconds