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

  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 79 * Finds or creates a LongConstant constant pool entry with the given value.
80 * @return the constant pool index of the LongConstant.
95 LongConstant longConstant = (LongConstant)constant;
96 if (longConstant.getValue() == value)
103 return addConstant(new LongConstant(value));
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 36 milliseconds