Searched refs:exceptionInfos (Results 1 – 3 of 3) sorted by relevance
140 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument147 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()150 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()
811 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument818 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()821 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()826 Arrays.fill(exceptionInfos, newIndex, exceptionInfoCount, null); in removeEmptyExceptions()
1125 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos, in removeEmptyExceptions() argument1132 ExceptionInfo exceptionInfo = exceptionInfos[index]; in removeEmptyExceptions()1135 exceptionInfos[newIndex++] = exceptionInfo; in removeEmptyExceptions()