Searched refs:RefConstant (Results 1 - 25 of 38) sorted by relevance

12

/external/proguard/src/proguard/classfile/constant/
H A DRefConstant.java31 public abstract class RefConstant extends Constant class in inherits:Constant
53 protected RefConstant() method in class:RefConstant
H A DFieldrefConstant.java31 public class FieldrefConstant extends RefConstant
H A DInterfaceMethodrefConstant.java31 public class InterfaceMethodrefConstant extends RefConstant
H A DMethodrefConstant.java31 public class MethodrefConstant extends RefConstant
/external/proguard/src/proguard/optimize/evaluation/
H A DLoadingInvocationUnit.java24 import proguard.classfile.constant.RefConstant;
72 RefConstant refConstant,
95 RefConstant refConstant,
142 RefConstant refConstant,
H A DStoringInvocationUnit.java24 import proguard.classfile.constant.RefConstant;
73 RefConstant refConstant,
88 RefConstant refConstant,
103 RefConstant refConstant,
/external/proguard/src/proguard/optimize/info/
H A DSuperInvocationMarker.java25 import proguard.classfile.constant.RefConstant;
68 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant refConstant)
H A DMethodInvocationMarker.java67 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant refConstant)
H A DPackageVisibleMemberInvokingClassMarker.java62 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DNonPrivateMemberMarker.java86 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DAccessMethodMarker.java88 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
/external/proguard/src/proguard/evaluation/
H A DBasicInvocationUnit.java209 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant methodrefConstant)
264 RefConstant refConstant,
275 RefConstant refConstant,
292 RefConstant refConstant,
303 RefConstant refConstant,
320 RefConstant refConstant,
356 RefConstant refConstant,
/external/proguard/src/proguard/classfile/visitor/
H A DReferencedMemberVisitor.java61 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DReferencedClassVisitor.java119 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
/external/proguard/src/proguard/classfile/editor/
H A DBridgeMethodFixer.java26 import proguard.classfile.constant.RefConstant;
113 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant refConstant)
H A DComparableConstant.java198 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
200 RefConstant otherRefConstant = (RefConstant)otherConstant;
H A DNameAndTypeShrinker.java94 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DAccessFixer.java128 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DMethodInvocationFixer.java194 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant refConstant)
/external/proguard/src/proguard/optimize/
H A DBootstrapMethodArgumentShrinker.java88 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DDuplicateInitializerInvocationFixer.java134 public void visitAnyMethodrefConstant(Clazz clazz, RefConstant refConstant)
/external/proguard/src/proguard/classfile/
H A DProgramClass.java177 return ((RefConstant)constantPool[constantIndex]).getClassName(this);
181 throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constantIndex+"] in class ["+getName()+"]").initCause(ex));
189 return ((RefConstant)constantPool[constantIndex]).getName(this);
193 throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constantIndex+"] in class ["+getName()+"]").initCause(ex));
201 return ((RefConstant)constantPool[constantIndex]).getType(this);
205 throw ((IllegalStateException)new IllegalStateException("Expected RefConstant at index ["+constantIndex+"] in class ["+getName()+"]").initCause(ex));
/external/proguard/src/proguard/classfile/util/
H A DStringSharer.java107 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
H A DInstructionSequenceMatcher.java458 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)
460 RefConstant refPatternConstant = (RefConstant)patternConstant;
/external/proguard/src/proguard/classfile/io/
H A DLibraryClassReader.java292 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant)

Completed in 1222 milliseconds

12