Home
last modified time | relevance | path

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

/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/objenesis/main/src/test/java/org/objenesis/
DClassReader.java277 case CONSTANT_Methodref: in readClass()