HomeSort by relevance Sort by last modified time
    Searched refs:utf8Constant (Results 1 - 19 of 19) 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 409 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
411 if (shouldBeMarkedAsUsed(utf8Constant))
413 markAsUsed(utf8Constant);
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 131 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
137 if (name.equals(utf8Constant.getString()))
139 utf8Constant.setString(name);
InstructionSequenceMatcher.java 380 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
382 Utf8Constant utf8PatternConstant = (Utf8Constant)patternConstant;
385 matchingConstant = utf8Constant.getString().equals(
SimplifiedVisitor.java 154 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
156 visitAnyConstant(clazz, utf8Constant);
  /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 124 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
127 constantPoolEditor.addUtf8Constant(utf8Constant.getString());
ComparableConstant.java 152 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
154 result = utf8Constant.getString().compareTo(((Utf8Constant)otherConstant).getString());
ConstantPoolEditor.java 51 * @return the constant pool index of the Utf8Constant.
599 * Finds or creates a Utf8Constant constant pool entry for the given string.
600 * @return the constant pool index of the Utf8Constant.
615 Utf8Constant utf8Constant = (Utf8Constant)constant;
616 if (utf8Constant.getString().equals(string))
623 return addConstant(new Utf8Constant(string));
651 // Create a new Utf8Constant for the given string.
ConstantPoolRemapper.java 177 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);
313 * Returns the string of the Utf8Constant at the specified index in the
318 return ((Utf8Constant)constantPool[constantIndex]).getString();
328 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant();
ProgramClassWriter.java 202 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
204 byte[] bytes = utf8Constant.getBytes();
ProgramClassReader.java 242 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
249 utf8Constant.setBytes(bytes);
752 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant();
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 228 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant) {}
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 218 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant)
220 println(visitorInfo(utf8Constant) + " Utf8 [" +
221 utf8Constant.getString() + "]");
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 3988 milliseconds