Home
last modified time | relevance | path

Searched refs:catchesExceptions (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DMethodOptimizationInfo.java38 private boolean catchesExceptions = false; field in MethodOptimizationInfo
112 catchesExceptions = true; in setCatchesExceptions()
116 public boolean catchesExceptions() in catchesExceptions() method in MethodOptimizationInfo
118 return catchesExceptions; in catchesExceptions()
286 this.catchesExceptions |= other.catchesExceptions; in merge()
299 this.catchesExceptions = true; in merge()
DCatchExceptionMarker.java63 public static boolean catchesExceptions(Method method) in catchesExceptions() method in CatchExceptionMarker
67 info.catchesExceptions(); in catchesExceptions()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java553 (!CatchExceptionMarker.catchesExceptions(programMethod) || in visitProgramMethod()