Searched refs:getCPIndex (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java196 public int getCPIndex(int tag, String name) { method in class:ClassWriter
197 //System.out.println("getCPIndex "+cpTagName(tag)+" "+name);
217 getCPIndex(CONSTANT_Utf8, name);
223 getCPIndex(CONSTANT_Class, name.substring(0, pos));
224 getCPIndex(CONSTANT_NameAndType, name.substring(pos + 1));
228 getCPIndex(CONSTANT_Utf8, name.substring(0, pos));
229 getCPIndex(CONSTANT_Utf8, name.substring(pos + 1));
536 value = getCPIndex(tag, attrValue);
579 value = getCPIndex(tag, attrValue);
776 u2(getCPIndex(CONSTANT_Utf
[all...]
H A DInstructionAssembler.java128 x = getCPIndex(ins, fc2, getCPI);
385 opnd1 = getCPIndex(ins, 'c', getCPI);
391 opnd1 = getCPIndex(ins, 'n', getCPI);
411 static int getCPIndex(Element ins, char ctype, method in class:InstructionAssembler
439 x = getCPI.getCPIndex(tag, val);
440 //System.out.println("getCPIndex "+ins+" => "+tag+"/"+val+" => "+x);
H A DClassSyntax.java39 int getCPIndex(int tag, String name); // cp finder method in interface:ClassSyntax.GetCPIndex
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java147 public int getCPIndex() { method in class:Instruction
164 assert(getCPIndex() == cpi);
168 int index = getCPIndex();
370 int idx = getCPIndex();
H A DPackageReader.java389 protected Index getCPIndex(byte tag) { method in class:PackageReader
490 cp_String.setIndex(getCPIndex(CONSTANT_Utf8));
499 cp_Class.setIndex(getCPIndex(CONSTANT_Utf8));
514 cp_Descr_name.setIndex(getCPIndex(CONSTANT_Utf8));
517 cp_Descr_type.setIndex(getCPIndex(CONSTANT_Signature));
673 cp_Signature_form.setIndex(getCPIndex(CONSTANT_Utf8));
682 cp_Signature_classes.setIndex(getCPIndex(CONSTANT_Class));
710 cp_class.setIndex(getCPIndex(CONSTANT_Class));
713 cp_desc.setIndex(getCPIndex(CONSTANT_NameandType));
H A DCode.java158 int cpref = i.getCPIndex();
H A DBandStructure.java75 abstract protected Index getCPIndex(byte tag); method in class:BandStructure
1013 putRef(e, getCPIndex(cptag));
1026 return getRef(getCPIndex(cptag));
1626 b.setIndex(getCPIndex(which.byteValue()));
1643 // Not in predefinition mode; getCPIndex now works.
1644 b.setIndex(getCPIndex(which));
1652 ix = getCPIndex(tag);
H A DPackageWriter.java424 protected Index getCPIndex(byte tag) { method in class:PackageWriter

Completed in 59 milliseconds