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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp304 int _has_exceptions; // True, if exceptions exist for method member in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java312 boolean _has_exceptions; // True, if exceptions exist for method field in class:GenerateOopMap
796 if (_has_exceptions || (_monitor_top != 0)) {
812 if (_has_exceptions || (_monitor_top != 0)) {
1399 if ((!_has_exceptions) && (_monitor_top > 0)) {
1471 if (_has_exceptions) {
2156 _has_exceptions = (method().hasExceptionTable());

Completed in 693 milliseconds