Home
last modified time | relevance | path

Searched refs:CONSTANT_Methodref (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantMethodref.java36 super(Const.CONSTANT_Methodref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantMethodref()
47 super(Const.CONSTANT_Methodref, input); in ConstantMethodref()
56 super(Const.CONSTANT_Methodref, class_index, name_and_type_index); in ConstantMethodref()
DConstant.java142 case Const.CONSTANT_Methodref: in readConstant()
DConstantPool.java138 case Const.CONSTANT_Methodref: in constantToString()
DUtility.java357 constant_pool.constantToString(index, Const.CONSTANT_Methodref)) in codeToString()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java98 case Const.CONSTANT_Methodref: in writeConstant()
100 if (tag == Const.CONSTANT_Methodref) { in writeConstant()
102 Const.CONSTANT_Methodref); in writeConstant()
DCodeHTML.java286 Const.CONSTANT_Methodref); in codeToHTML()
/external/proguard/src/proguard/classfile/constant/
DMethodrefConstant.java64 return ClassConstants.CONSTANT_Methodref; in getTag()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DClassDefinitionUtils.java68 public static final int CONSTANT_Methodref = 10; field in ClassDefinitionUtils
/external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/
DMagicInstantiator.java186 in.writeByte(CONSTANT_Methodref); in writeExtendingClass()
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java52 …PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7; // Always wide index (invokespecial,..…
DConstantPoolEditor.java591 constant.getTag() == ClassConstants.CONSTANT_Methodref) in addMethodrefConstant()
/external/proguard/src/proguard/classfile/
DClassConstants.java121 public static final int CONSTANT_Methodref = 10; field in ClassConstants
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java355 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
DProgramClassReader.java975 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java810 case Const.CONSTANT_Methodref: in addConstant()
824 case Const.CONSTANT_Methodref: in addConstant()
/external/objenesis/main/src/test/java/org/objenesis/
DClassReader.java277 case CONSTANT_Methodref: in readClass()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java231 byte CONSTANT_Methodref = 10; field
DConst.java339 public static final byte CONSTANT_Methodref = 10; field in Const
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java457 if (obj.getTag() != Const.CONSTANT_Methodref) { in visitConstantMethodref()
1345 if (obj.getTag() != Const.CONSTANT_Methodref) { in visitConstantMethodref()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...
/external/dexmaker/lib/
Ddalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...

12