HomeSort by relevance Sort by last modified time
    Searched full:catchesexceptions (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java 38 private boolean catchesExceptions = false;
111 catchesExceptions = true;
115 public boolean catchesExceptions()
117 return catchesExceptions;
266 this.catchesExceptions |= other.catchesExceptions;
278 this.catchesExceptions = true;
CatchExceptionMarker.java 63 public static boolean catchesExceptions(Method method)
67 info.catchesExceptions();
  /external/chromium_org/base/win/
wrapped_window_proc_unittest.cc 56 TEST(WrappedWindowProc, CatchesExceptions) {
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 552 (!CatchExceptionMarker.catchesExceptions(programMethod) ||

Completed in 192 milliseconds