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

  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 42 private ComparableConstant[] comparableConstantPool = new ComparableConstant[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];
58 comparableConstantPool = new ComparableConstant[constantPoolCount];
70 new ComparableConstant(programClass, oldIndex, constant);
80 ComparableConstant previousComparableConstant = null;
83 ComparableConstant comparableConstant = comparableConstantPool[sortIndex];
86 if (!comparableConstant.equals(previousComparableConstant))
92 Constant constant = comparableConstant.getConstant();
104 previousComparableConstant = comparableConstant;
    [all...]
ComparableConstant.java 38 class ComparableConstant
66 public ComparableConstant(Clazz clazz, int index, Constant constant)
90 ComparableConstant otherComparableConstant = (ComparableConstant)other;
191 this.getConstant().getClass().equals(((ComparableConstant)other).getConstant().getClass()) &&
  /prebuilts/tools/common/proguard/
proguard4.7.zip 

Completed in 69 milliseconds