Searched refs:hasExceptionTable (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java325 public boolean hasExceptionTable() { method in class:ConstMethod
331 Assert.that(hasExceptionTable(), "should only be called if table is present");
432 if (hasExceptionTable()) {
452 if (hasExceptionTable()) {
461 Assert.that(hasExceptionTable(), "should only be called if table is present");
H A DMethod.java330 public boolean hasExceptionTable() { method in class:Method
331 return getConstMethod().hasExceptionTable();
H A DGenerateOopMap.java654 if (method().hasExceptionTable()) {
895 if (method().hasExceptionTable()) {
2156 _has_exceptions = (method().hasExceptionTable());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java507 boolean hasExceptionTable = m.hasExceptionTable();
510 if (hasExceptionTable) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java792 boolean hasException = method.hasExceptionTable();

Completed in 46 milliseconds