HomeSort by relevance Sort by last modified time
    Searched defs:stringConstant (Results 1 - 25 of 37) sorted by null

1 2

  /external/proguard/src/proguard/optimize/info/
PackageVisibleMemberInvokingClassMarker.java 49 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
52 if (stringConstant.referencedClass != clazz)
56 stringConstant.referencedClassAccept(this);
57 stringConstant.referencedMemberAccept(this);
MethodInvocationMarker.java 60 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
63 stringConstant.referencedMemberAccept(this);
ReadWriteFieldMarker.java 92 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
95 stringConstant.referencedMemberAccept(this);
AccessMethodMarker.java 66 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
69 stringConstant.referencedClassAccept(this);
70 stringConstant.referencedMemberAccept(this);
NonPrivateMemberMarker.java 78 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
82 stringConstant.referencedMemberAccept(this);
  /external/proguard/src/proguard/classfile/editor/
AccessFixer.java 118 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
121 super.visitStringConstant(clazz, stringConstant);
124 stringConstant.referencedMemberAccept((MemberVisitor)classVisitor);
ConstantPoolEditor.java 168 * Finds or creates a StringConstant constant pool entry with the given
170 * @return the constant pool index of the StringConstant.
187 StringConstant stringConstant = (StringConstant)constant;
188 if (stringConstant.getString(targetClass).equals(string))
195 return addConstant(new StringConstant(addUtf8Constant(string),
  /external/proguard/src/proguard/shrink/
UsageMarker.java 420 public void visitStringConstant(Clazz clazz, StringConstant stringConstant)
422 if (shouldBeMarkedAsUsed(stringConstant))
424 markAsUsed(stringConstant);
426 markConstant(clazz, stringConstant.u2stringIndex);
429 stringConstant.referencedClassAccept(this);
430 stringConstant.referencedMemberAccept(this);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 911 llvm::Constant *stringConstant =
918 stringConstant->getType(),
921 stringConstant,
925 stringVar = builder.CreateAlloca(stringConstant->getType());
926 builder.CreateStore(stringConstant, stringVar);
954 llvm::Constant *stringConstant =
962 stringConstant->getType(),
965 stringConstant,
969 stringVar = builder.CreateAlloca(stringConstant->getType());
970 builder.CreateStore(stringConstant, stringVar)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 887 llvm::Constant *stringConstant =
894 stringConstant->getType(),
897 stringConstant,
901 stringVar = builder.CreateAlloca(stringConstant->getType());
902 builder.CreateStore(stringConstant, stringVar);
930 llvm::Constant *stringConstant = llvm::ConstantArray::get(context, format);
937 stringConstant->getType(),
940 stringConstant,
944 stringVar = builder.CreateAlloca(stringConstant->getType());
945 builder.CreateStore(stringConstant, stringVar)
    [all...]
  /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/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/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.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/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.9/
proguard-base-4.9.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 

Completed in 794 milliseconds

1 2