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

  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 77 private int estimatedResultingCodeLength;
151 estimatedResultingCodeLength = codeAttribute.u4codeLength;
182 estimatedResultingCodeLength + codeAttribute.u4codeLength <
197 estimatedResultingCodeLength += codeAttribute.u4codeLength;

Completed in 856 milliseconds