Searched refs:catchesExceptions (Results 1 – 3 of 3) sorted by relevance
38 private boolean catchesExceptions = false; field in MethodOptimizationInfo112 catchesExceptions = true; in setCatchesExceptions()116 public boolean catchesExceptions() in catchesExceptions() method in MethodOptimizationInfo118 return catchesExceptions; in catchesExceptions()286 this.catchesExceptions |= other.catchesExceptions; in merge()299 this.catchesExceptions = true; in merge()
63 public static boolean catchesExceptions(Method method) in catchesExceptions() method in CatchExceptionMarker67 info.catchesExceptions(); in catchesExceptions()
553 (!CatchExceptionMarker.catchesExceptions(programMethod) || in visitProgramMethod()