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

  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 72 private final int[][] instructionOffsetMap = new int[MAXIMUM_LEVELS][ClassConstants.TYPICAL_CODE_LENGTH + 1];
143 if (instructionOffsetMap[level].length <= maximumCodeFragmentLength)
145 instructionOffsetMap[level] = new int[maximumCodeFragmentLength + 1];
151 instructionOffsetMap[level][index] = INVALID;
192 instructionOffsetMap[level][oldInstructionOffset] = codeLength;
213 instructionOffsetMap[level][oldInstructionOffset] = codeLength;
666 int newInstructionOffset = instructionOffsetMap[level][oldInstructionOffset];
683 instructionOffsetMap[level][oldInstructionOffset] > INVALID;
CodeAttributeEditor.java 67 private int[] instructionOffsetMap = new int[ClassConstants.TYPICAL_CODE_LENGTH];
516 if (instructionOffsetMap.length < oldLength + 1)
518 instructionOffsetMap = new int[oldLength + 1];
577 instructionOffsetMap[oldOffset] = newOffset;
591 instructionOffsetMap[oldOffset] = newOffset;
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 20 milliseconds