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

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantMethodref.java74 super(Constants.CONSTANT_Methodref, c.getClassIndex(), c.getNameAndTypeIndex());
85 super(Constants.CONSTANT_Methodref, file);
94 super(Constants.CONSTANT_Methodref, class_index, name_and_type_index);
H A DConstant.java137 case Constants.CONSTANT_Methodref: return new ConstantMethodref(file);
H A DConstantPool.java171 case Constants.CONSTANT_InterfaceMethodref: case Constants.CONSTANT_Methodref:
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolVisitor.java64 * {@link #CONSTANT_Methodref},
137 * or {@link #CONSTANT_Methodref},
164 CONSTANT_Methodref = 10, field in class:ConstantPoolVisitor
H A DAnonymousClassLoader.java120 case ConstantPoolVisitor.CONSTANT_Methodref:
H A DConstantPoolParser.java231 case CONSTANT_Methodref: // fall through:
279 case CONSTANT_Methodref: // fall through:
H A DConstantPoolPatch.java111 case CONSTANT_Methodref:
391 * {@link ConstantPoolVisitor#CONSTANT_Methodref}, or
416 | CONSTANT_Methodref
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassFile.java80 public final static int CONSTANT_Methodref = 10; field in class:ClassFile
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java132 public static final byte CONSTANT_Methodref = (byte) 10; field in interface:ClassFileConstants
H A DClassFileAssembler.java137 emitByte(CONSTANT_Methodref);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java127 case CONSTANT_Methodref:
129 if(tag == CONSTANT_Methodref) {
130 ConstantMethodref c = (ConstantMethodref)constant_pool.getConstant(index, CONSTANT_Methodref);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java114 public static final int CONSTANT_Methodref = 10; field in class:ConstantPool
214 case CONSTANT_Methodref:
717 int expected = CONSTANT_Methodref;
769 super(cp, cr, CONSTANT_Methodref);
773 super(cp, CONSTANT_Methodref, class_index, name_and_type_index);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp424 BAND_INIT(bc_methodref, UNSIGNED5_spec, INDEX(CONSTANT_Methodref)),
428 BAND_INIT(bc_thismethod, UNSIGNED5_spec, SUB_INDEX(CONSTANT_Methodref)),
429 BAND_INIT(bc_supermethod, UNSIGNED5_spec, SUB_INDEX(CONSTANT_Methodref)),
430 BAND_INIT(bc_initref, UNSIGNED5_spec, SUB_INDEX(CONSTANT_Methodref)),
H A Dconstants.h68 CONSTANT_Methodref, enumerator in enum:__anon619
/openjdk7/jdk/make/tools/GenerateCharacter/
H A Dcheck_class.c.template183 case CONSTANT_Methodref:
212 case CONSTANT_Methodref | CONSTANT_POOL_ENTRY_RESOLVED:
262 case CONSTANT_Methodref:
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java187 case CONSTANT_Methodref:
229 case CONSTANT_Methodref:
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java82 public final static byte CONSTANT_Methodref = 10; field in class:Constants
H A DClassReader.java245 case CONSTANT_Methodref:
289 case CONSTANT_Methodref:
H A DClassWriter.java145 case CONSTANT_Methodref:
H A DConstantPool.java239 case CONSTANT_Methodref:
470 case CONSTANT_Methodref: pfx = "Method:"; break;
1182 case CONSTANT_Methodref: return "Methodref";
1206 CONSTANT_Methodref, // cp_Method
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java756 case Constants.CONSTANT_InterfaceMethodref: case Constants.CONSTANT_Methodref:
774 case Constants.CONSTANT_Methodref:
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java220 case CONSTANT_Methodref:
555 tag = CONSTANT_Methodref;
779 case CONSTANT_Methodref:
H A DClassSyntax.java49 CONSTANT_Methodref = 10, field in class:ClassSyntax
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java123 public final static byte CONSTANT_Methodref = 10; field in interface:Constants
131 "CONSTANT_Methodref", "CONSTANT_InterfaceMethodref",
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java143 CONSTANT_Methodref = 10, field in class:MethodHandleNatives.Constants

Completed in 101 milliseconds

12