Searched refs:putRef (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java505 cp_String.putRef(e.ref);
511 cp_Class.putRef(e.ref);
520 cp_Descr_name.putRef(e.nameRef);
521 cp_Descr_type.putRef(e.typeRef);
669 cp_Signature_form.putRef(e.formRef);
671 cp_Signature_classes.putRef(e.classRefs[j]);
679 cp_class.putRef(e.classRef);
680 cp_desc.putRef(e.descRef);
706 file_name.putRef(file.name);
936 attr_definition_name.putRef(ConstantPoo
[all...]
H A DAttribute.java419 public void putRef(int bandIndex, Entry ref) { throw undef(); } method in class:Attribute.ValueStream
699 public void putRef(int bandIndex, Entry ref) {
1289 out.putRef(bandIndex, globalRef);
1522 public void putRef(int bandIndex, Entry ref) {
H A DBandStructure.java1005 public void putRef(Entry e) { method in class:BandStructure.CPRefBand
1008 public void putRef(Entry e, Index index) { method in class:BandStructure.CPRefBand
1012 public void putRef(Entry e, byte cptag) { method in class:BandStructure.CPRefBand
1013 putRef(e, getCPIndex(cptag));
1061 Utils.log.fine("putRef "+coding+" => "+e);

Completed in 57 milliseconds