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

  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 68 private int[] subroutineStarts = new int[ClassConstants.TYPICAL_CODE_LENGTH];
182 return subroutineStarts[offset] == offset;
192 return subroutineStarts[offset] != NONE;
212 return subroutineStarts[offset];
305 if (subroutineStarts.length < codeLength)
309 subroutineStarts = new int[codeLength];
317 subroutineStarts[index] = NONE;
329 subroutineStarts[index] = NONE;
376 if (subroutineStarts[index] != NONE)
379 subroutineStart = subroutineStarts[index]
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 24 milliseconds