Home
last modified time | relevance | path

Searched defs:constantIndex (Results 1 – 17 of 17) sorted by relevance

/external/proguard/src/proguard/classfile/
DClazz.java66 public int getTag(int constantIndex); in getTag()
71 public String getString(int constantIndex); in getString()
76 public String getStringString(int constantIndex); in getStringString()
81 public String getClassName(int constantIndex); in getClassName()
86 public String getName(int constantIndex); in getName()
91 public String getType(int constantIndex); in getType()
96 public String getRefClassName(int constantIndex); in getRefClassName()
101 public String getRefName(int constantIndex); in getRefName()
106 public String getRefType(int constantIndex); in getRefType()
DProgramClass.java74 public Constant getConstant(int constantIndex) in getConstant()
107 public int getTag(int constantIndex) in getTag()
112 public String getString(int constantIndex) in getString()
124 public String getStringString(int constantIndex) in getStringString()
136 public String getClassName(int constantIndex) in getClassName()
148 public String getName(int constantIndex) in getName()
160 public String getType(int constantIndex) in getType()
173 public String getRefClassName(int constantIndex) in getRefClassName()
185 public String getRefName(int constantIndex) in getRefName()
197 public String getRefType(int constantIndex) in getRefType()
DLibraryClass.java109 public int getTag(int constantIndex) in getTag()
114 public String getString(int constantIndex) in getString()
119 public String getStringString(int constantIndex) in getStringString()
124 public String getClassName(int constantIndex) in getClassName()
129 public String getName(int constantIndex) in getName()
134 public String getType(int constantIndex) in getType()
140 public String getRefClassName(int constantIndex) in getRefClassName()
145 public String getRefName(int constantIndex) in getRefName()
150 public String getRefType(int constantIndex) in getRefType()
/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodRemapper.java78 private int remapConstantIndex(int constantIndex) in remapConstantIndex()
DConstantAdder.java43 private int constantIndex; field in ConstantAdder
61 public int addConstant(Clazz clazz, int constantIndex) in addConstant()
DMethodInvocationFixer.java80 int constantIndex = constantInstruction.constantIndex; in visitConstantInstruction() local
DMemberReferenceFixer.java54 private int constantIndex; field in MemberReferenceFixer
DConstantPoolRemapper.java678 private int remapConstantIndex(int constantIndex) in remapConstantIndex()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java39 public int constantIndex; field in ConstantInstruction
58 public ConstantInstruction(byte opcode, int constantIndex) in ConstantInstruction()
68 public ConstantInstruction(byte opcode, int constantIndex, int constant) in ConstantInstruction()
/external/proguard/src/proguard/evaluation/
DConstantValueFactory.java55 int constantIndex) in constantValue()
DBasicInvocationUnit.java140 int constantIndex = constantInstruction.constantIndex; in invokeMember() local
DProcessor.java572 int constantIndex = constantInstruction.constantIndex; in visitConstantInstruction() local
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java322 private String getClassName(int constantIndex) in getClassName()
334 private String getString(int constantIndex) in getString()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java584 int constantIndex) in isPoppingExpectedType()
597 int constantIndex) in isPoppingExpectedType()
697 private void markConstantComplexEnumType(Clazz clazz, int constantIndex) in markConstantComplexEnumType()
DSimpleEnumUseSimplifier.java299 int constantIndex = constantInstruction.constantIndex; in visitConstantInstruction() local
460 private boolean isReferencingSimpleEnum(Clazz clazz, int constantIndex) in isReferencingSimpleEnum()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java182 public int matchedConstantIndex(int constantIndex) in matchedConstantIndex()
632 private void setMatchingConstant(int constantIndex, in setMatchingConstant()
643 private boolean isMatchingConstantIndex(int constantIndex) in isMatchingConstantIndex()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java343 private int matchedConstantIndex(ProgramClass programClass, int constantIndex) in matchedConstantIndex()