Home
last modified time | relevance | path

Searched refs:CONSTANT_InterfaceMethodref (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantInterfaceMethodref.java36 super(Const.CONSTANT_InterfaceMethodref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantInterfaceMethodref()
47 super(Const.CONSTANT_InterfaceMethodref, input); in ConstantInterfaceMethodref()
56 super(Const.CONSTANT_InterfaceMethodref, class_index, name_and_type_index); in ConstantInterfaceMethodref()
DConstant.java144 case Const.CONSTANT_InterfaceMethodref: in readConstant()
DConstantPool.java137 case Const.CONSTANT_InterfaceMethodref: in constantToString()
DUtility.java365 .constantToString(index, Const.CONSTANT_InterfaceMethodref)) in codeToString()
/external/proguard/src/proguard/classfile/constant/
DInterfaceMethodrefConstant.java64 return ClassConstants.CONSTANT_InterfaceMethodref; in getTag()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java97 case Const.CONSTANT_InterfaceMethodref: in writeConstant()
107 .getConstant(index, Const.CONSTANT_InterfaceMethodref); in writeConstant()
DCodeHTML.java270 .getConstant(m_index, Const.CONSTANT_InterfaceMethodref); in codeToHTML()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DClassDefinitionUtils.java69 public static final int CONSTANT_InterfaceMethodref = 11; field in ClassDefinitionUtils
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java53 …PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8; // Always wide index (invokeinterface).
DConstantPoolEditor.java484 constant.getTag() == ClassConstants.CONSTANT_InterfaceMethodref) in addInterfaceMethodrefConstant()
/external/proguard/src/proguard/classfile/
DClassConstants.java122 public static final int CONSTANT_InterfaceMethodref = 11; field in ClassConstants
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java356 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
DProgramClassReader.java976 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java809 case Const.CONSTANT_InterfaceMethodref: in addConstant()
822 case Const.CONSTANT_InterfaceMethodref: in addConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java234 byte CONSTANT_InterfaceMethodref = 11; field
DConst.java346 public static final byte CONSTANT_InterfaceMethodref = 11; field in Const
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java465 if (obj.getTag() != Const.CONSTANT_InterfaceMethodref) { in visitConstantInterfaceMethodref()
1378 if (obj.getTag() != Const.CONSTANT_InterfaceMethodref) { in visitConstantInterfaceMethodref()
/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/apache-commons-bcel/docs/verifier/
DJustIce.lyx1960 CONSTANT_InterfaceMethodref
/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 ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12