Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DUnreachableExceptionRemover.java140 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument
147 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()
150 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java811 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument
818 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()
821 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()
826 Arrays.fill(exceptionInfos, newIndex, exceptionInfoCount, null); in removeEmptyExceptions()
DCodeAttributeEditor.java1125 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument
1132 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()
1135 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()