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

12

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java431 tag = ClassSyntax.CONSTANT_Methodref;
H A DClassReader.java921 case CONSTANT_Methodref:
943 case CONSTANT_Methodref:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java287 ConstantMethodref c = (ConstantMethodref)constant_pool.getConstant(m_index, CONSTANT_Methodref);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java623 case 'm': tag = CONSTANT_Methodref; break;
H A DPackageReader.java530 case CONSTANT_Methodref:
2036 MemberEntry ref = pkg.cp.getOverloadingForIndex(CONSTANT_Methodref, classRef, "<init>", coding);
2059 which_ix = pkg.cp.getMemberIndex(CONSTANT_Methodref, which_cls);
H A DPackageWriter.java527 case CONSTANT_Methodref:
1518 case CONSTANT_Methodref:
H A DBandStructure.java1593 CPRefBand bc_methodref = bc_bands.newCPRefBand("bc_methodref", CONSTANT_Methodref); // invoke[vs]*
2323 case CONSTANT_Methodref:
H A DAttribute.java1026 case 'M': e.refKind = CONSTANT_Methodref; break;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp83 CONSTANT_Methodref,
1340 case CONSTANT_Methodref:
1805 case 'M': ixTag = CONSTANT_Methodref; break;
3151 int nmethods = tag_count[CONSTANT_Methodref];
3152 entry* methods = tag_base[CONSTANT_Methodref] + entries;
3180 CONSTANT_Methodref + SUBINDEX_BIT);
3897 assert(ref->tag == CONSTANT_Methodref);
4602 case CONSTANT_Methodref:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java353 Constants.CONSTANT_Methodref) +
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java440 case CONSTANT_Methodref:
490 case CONSTANT_Methodref:
H A DClassWriter.java482 : CONSTANT_Methodref);

Completed in 1096 milliseconds

12