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

  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 67 private int maximumCodeLength;
127 maximumCodeLength = 0;
159 maximumCodeLength += maximumCodeFragmentLength;
161 ensureCodeLength(maximumCodeLength);
382 maximumCodeLength += codeLength - codeFragmentOffsets[level] -
    [all...]

Completed in 583 milliseconds