Searched refs:CONSTANT_InterfaceMethodref (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantInterfaceMethodref.java74 super(Constants.CONSTANT_InterfaceMethodref, c.getClassIndex(), c.getNameAndTypeIndex());
85 super(Constants.CONSTANT_InterfaceMethodref, file);
94 super(Constants.CONSTANT_InterfaceMethodref, class_index, name_and_type_index);
H A DConstant.java138 case Constants.CONSTANT_InterfaceMethodref: return new
H A DConstantPool.java171 case Constants.CONSTANT_InterfaceMethodref: case Constants.CONSTANT_Methodref:
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolVisitor.java65 * {@link #CONSTANT_InterfaceMethodref}</td>
138 * or {@link #CONSTANT_InterfaceMethodref}
165 CONSTANT_InterfaceMethodref = 11, field in class:ConstantPoolVisitor
H A DAnonymousClassLoader.java121 case ConstantPoolVisitor.CONSTANT_InterfaceMethodref:
H A DConstantPoolParser.java232 case CONSTANT_InterfaceMethodref: // fall through:
280 case CONSTANT_InterfaceMethodref: {
H A DConstantPoolPatch.java112 case CONSTANT_InterfaceMethodref:
392 * {@link ConstantPoolVisitor#CONSTANT_InterfaceMethodref} value.
417 | CONSTANT_InterfaceMethodref;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassFile.java81 public final static int CONSTANT_InterfaceMethodref = 11; field in class:ClassFile
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java133 public static final byte CONSTANT_InterfaceMethodref = (byte) 11; field in interface:ClassFileConstants
H A DClassFileAssembler.java146 emitByte(CONSTANT_InterfaceMethodref);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java126 case CONSTANT_InterfaceMethodref:
135 ConstantInterfaceMethodref c1 = (ConstantInterfaceMethodref)constant_pool.getConstant(index, CONSTANT_InterfaceMethodref);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java115 public static final int CONSTANT_InterfaceMethodref = 11; field in class:ConstantPool
193 case CONSTANT_InterfaceMethodref:
597 super(cp, cr, CONSTANT_InterfaceMethodref);
601 super(cp, CONSTANT_InterfaceMethodref, class_index, name_and_type_index);
722 case CONSTANT_InterfaceMethodref:
/openjdk7/jdk/make/tools/GenerateCharacter/
H A Dcheck_class.c.template184 case CONSTANT_InterfaceMethodref:
213 case CONSTANT_InterfaceMethodref | CONSTANT_POOL_ENTRY_RESOLVED:
263 case CONSTANT_InterfaceMethodref: {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java188 case CONSTANT_InterfaceMethodref:
231 case CONSTANT_InterfaceMethodref:
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java83 public final static byte CONSTANT_InterfaceMethodref = 11; field in class:Constants
H A DClassReader.java246 case CONSTANT_InterfaceMethodref:
290 case CONSTANT_InterfaceMethodref:
H A DClassWriter.java146 case CONSTANT_InterfaceMethodref:
H A DConstantPool.java240 case CONSTANT_InterfaceMethodref:
471 case CONSTANT_InterfaceMethodref: pfx = "IMethod:"; break;
1183 case CONSTANT_InterfaceMethodref: return "InterfaceMethodref";
1207 CONSTANT_InterfaceMethodref // cp_Imethod
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h69 CONSTANT_InterfaceMethodref, enumerator in enum:__anon619
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java756 case Constants.CONSTANT_InterfaceMethodref: case Constants.CONSTANT_Methodref:
771 case Constants.CONSTANT_InterfaceMethodref:
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java221 case CONSTANT_InterfaceMethodref:
558 tag = CONSTANT_InterfaceMethodref;
780 case CONSTANT_InterfaceMethodref:
H A DClassSyntax.java50 CONSTANT_InterfaceMethodref = 11, field in class:ClassSyntax
H A DInstructionAssembler.java434 tag = ClassSyntax.CONSTANT_InterfaceMethodref;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java124 public final static byte CONSTANT_InterfaceMethodref = 11; field in interface:Constants
131 "CONSTANT_Methodref", "CONSTANT_InterfaceMethodref",
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java144 CONSTANT_InterfaceMethodref = 11, field in class:MethodHandleNatives.Constants

Completed in 136 milliseconds

12