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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java342 public boolean hasCheckedExceptions() { method in class:ConstMethod
348 Assert.that(hasCheckedExceptions(), "should only be called if table is present");
388 if (hasCheckedExceptions()) {
434 } else if (hasCheckedExceptions()) {
463 if (hasCheckedExceptions()) {
H A DAccessFlags.java68 public boolean hasCheckedExceptions() { return (flags & JVM_ACC_HAS_CHECKED_EXCEPTIONS ) != 0; } method in class:AccessFlags
H A DMethod.java338 public boolean hasCheckedExceptions() { method in class:Method
339 return getConstMethod().hasCheckedExceptions();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java477 final boolean hasCheckedExceptions = m.hasCheckedExceptions();
478 if (hasCheckedExceptions)
633 if (hasCheckedExceptions) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java672 boolean hasThrows = method.hasCheckedExceptions();

Completed in 59 milliseconds