Searched refs:_handler_count (Results 1 - 4 of 4) 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; }
H A DciStreams.hpp334 _end = _method->_handler_count;
349 _end = _method->_handler_count + 1; // include the rethrow handler
H A DciMethod.cpp82 _handler_count = h_m()->exception_table_length();
209 * (_handler_count + 1));
210 if (_handler_count > 0) {
211 for (int i=0; i<_handler_count; i++) {
223 _exception_handlers[_handler_count] =
H A DciStreams.cpp50 _end = _method->_handler_count;

Completed in 2429 milliseconds