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

  /external/proguard/src/proguard/optimize/info/
ExceptionInstructionChecker.java 44 private boolean mayThrowExceptions;
50 public boolean mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
52 mayThrowExceptions = false;
56 return mayThrowExceptions;
97 mayThrowExceptions = true;
122 mayThrowExceptions = true;
147 // mayThrowExceptions = true;
155 // if (!mayThrowExceptions)
177 // mayThrowExceptions = mayThrowExceptions ||
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 88 if (!mayThrowExceptions(clazz,
110 private boolean mayThrowExceptions(Clazz clazz,
126 if (exceptionInstructionChecker.mayThrowExceptions(clazz,
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 52 milliseconds