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

  /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...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 294 milliseconds