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

  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 74 private int[] subroutineEnds = new int[ClassConstants.TYPICAL_CODE_LENGTH];
228 return subroutineEnds[offset];
326 subroutineEnds = new int[codeLength];
332 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
341 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
396 subroutineEnds[previousSubroutineStart] = offset;
405 subroutineEnds[previousSubroutineStart] = codeLength;
422 subroutineEnds[offset] = subroutineEnds[subroutineStart];
744 subroutineEnds[currentSubroutineStart] = offset
    [all...]

Completed in 69 milliseconds