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

  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 73 /*private*/public Instruction[] preInsertions = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH];
121 if (preInsertions.length < codeLength)
123 preInsertions = new Instruction[codeLength];
130 Arrays.fill(preInsertions, 0, codeLength, null);
150 if (preInsertions.length < codeLength)
152 preInsertions = (Instruction[])ArrayUtil.extendArray(preInsertions, codeLength);
159 Arrays.fill(preInsertions, this.codeLength, codeLength, null);
183 preInsertions[instructionOffset] = shrinkInstructions ?
209 preInsertions[instructionOffset] = shrinkInstructions
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 53 milliseconds