Home
last modified time | relevance | path

Searched refs:constantIndexMap (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DNameAndTypeShrinker.java49 private int[] constantIndexMap; field in NameAndTypeShrinker
77 constantPoolRemapper.setConstantIndexMap(constantIndexMap); in visitProgramClass()
153 if (constantIndexMap == null || in shrinkConstantPool()
154 constantIndexMap.length < length) in shrinkConstantPool()
156 constantIndexMap = new int[length]; in shrinkConstantPool()
178 constantIndexMap[index] = counter; in shrinkConstantPool()
186 constantIndexMap[index] = -1; in shrinkConstantPool()
DBootstrapMethodRemapper.java47 private int[] constantIndexMap; field in BootstrapMethodRemapper
54 public void setConstantIndexMap(int[] constantIndexMap) in setConstantIndexMap() argument
56 this.constantIndexMap = constantIndexMap; in setConstantIndexMap()
80 int remappedConstantIndex = constantIndexMap[constantIndex]; in remapConstantIndex()
DConstantPoolSorter.java41 …private int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL… field in ConstantPoolSorter
55 if (constantIndexMap.length < constantPoolCount) in visitProgramClass()
57 constantIndexMap = new int[constantPoolCount]; in visitProgramClass()
108 constantIndexMap[comparableConstant.getIndex()] = newIndex; in visitProgramClass()
120 constantPoolRemapper.setConstantIndexMap(constantIndexMap); in visitProgramClass()
DUtf8Shrinker.java58 …private int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_… field in Utf8Shrinker
88 constantPoolRemapper.setConstantIndexMap(constantIndexMap); in visitProgramClass()
442 if (constantIndexMap.length < length) in shrinkConstantPool()
444 constantIndexMap = new int[length]; in shrinkConstantPool()
466 constantIndexMap[index] = counter; in shrinkConstantPool()
474 constantIndexMap[index] = -1; in shrinkConstantPool()
DConstantPoolShrinker.java65 …private int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_… field in ConstantPoolShrinker
101 constantPoolRemapper.setConstantIndexMap(constantIndexMap); in visitProgramClass()
564 if (constantIndexMap.length < length) in shrinkConstantPool()
566 constantIndexMap = new int[length]; in shrinkConstantPool()
587 constantIndexMap[index] = counter; in shrinkConstantPool()
595 constantIndexMap[index] = -1; in shrinkConstantPool()
DConstantPoolRemapper.java64 private int[] constantIndexMap; field in ConstantPoolRemapper
71 public void setConstantIndexMap(int[] constantIndexMap) in setConstantIndexMap() argument
73 this.constantIndexMap = constantIndexMap; in setConstantIndexMap()
680 int remappedConstantIndex = constantIndexMap[constantIndex]; in remapConstantIndex()
/external/proguard/src/proguard/shrink/
DClassShrinker.java53 …private int[] constantIndexMap = new int[ClassConstants.TYPICAL_CON… field in ClassShrinker
113 constantPoolRemapper.setConstantIndexMap(constantIndexMap); in visitProgramClass()
365 if (constantIndexMap.length < length) in shrinkConstantPool()
367 constantIndexMap = new int[length]; in shrinkConstantPool()
376 constantIndexMap[index] = counter; in shrinkConstantPool()
390 constantIndexMap[index] = counter; in shrinkConstantPool()
398 constantIndexMap[index] = -1; in shrinkConstantPool()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...