HomeSort by relevance Sort by last modified time
    Searched refs:utf8Constant (Results 1 - 25 of 40) sorted by null

1 2

  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 145 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
147 if (!usageMarker.isUsed(utf8Constant))
149 usageMarker.markAsUsed(utf8Constant);
InnerUsageMarker.java 144 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
146 usageMarker.markAsUsed(utf8Constant);
UsageMarker.java 435 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
437 if (shouldBeMarkedAsUsed(utf8Constant))
439 markAsUsed(utf8Constant);
    [all...]
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 148 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
154 if (name.equals(utf8Constant.getString()))
156 utf8Constant.setString(name);
InstructionSequenceMatcher.java 419 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
421 Utf8Constant utf8PatternConstant = (Utf8Constant)patternConstant;
424 matchingConstant = utf8Constant.getString().equals(
SimplifiedVisitor.java 155 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
157 visitAnyConstant(clazz, utf8Constant);
    [all...]
  /external/proguard/src/proguard/classfile/constant/visitor/
ConstantVisitor.java 40 public void visitUtf8Constant( Clazz clazz, Utf8Constant utf8Constant);
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 130 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
133 constantPoolEditor.addUtf8Constant(utf8Constant.getString());
ComparableConstant.java 161 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
163 result = utf8Constant.getString().compareTo(((Utf8Constant)otherConstant).getString());
ConstantPoolEditor.java 51 * @return the constant pool index of the Utf8Constant.
716 * Finds or creates a Utf8Constant constant pool entry for the given string.
717 * @return the constant pool index of the Utf8Constant.
732 Utf8Constant utf8Constant = (Utf8Constant)constant;
733 if (utf8Constant.getString().equals(string))
740 return addConstant(new Utf8Constant(string));
768 // Create a new Utf8Constant for the given string.
ConstantPoolRemapper.java 136 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 269 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
276 utf8Constant.setBytes(bytes);
331 * Returns the string of the Utf8Constant at the specified index in the
336 return ((Utf8Constant)constantPool[constantIndex]).getString();
351 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant();
ProgramClassWriter.java 204 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
206 byte[] bytes = utf8Constant.getBytes();
ProgramClassReader.java 250 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
257 utf8Constant.setBytes(bytes);
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 226 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant) {}
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 228 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
230 println(visitorInfo(utf8Constant) + " Utf8 [" +
231 utf8Constant.getString() + "]");
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 145 milliseconds

1 2