Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DUnreachableExceptionRemover.java141 int exceptionInfoCount) in removeEmptyExceptions() argument
145 for (int index = 0; index < exceptionInfoCount; index++) in removeEmptyExceptions()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java812 int exceptionInfoCount) in removeEmptyExceptions() argument
816 for (int index = 0; index < exceptionInfoCount; index++) in removeEmptyExceptions()
826 Arrays.fill(exceptionInfos, newIndex, exceptionInfoCount, null); in removeEmptyExceptions()
DCodeAttributeEditor.java1126 int exceptionInfoCount) in removeEmptyExceptions() argument
1130 for (int index = 0; index < exceptionInfoCount; index++) in removeEmptyExceptions()