Searched refs:cp_Descr_type (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h339 #define cp_Descr_type all_bands[e_cp_Descr_type] macro
H A Dbands.cpp314 BAND_INIT(cp_Descr_type, UDELTA5_spec, INDEX(CONSTANT_Signature)),
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java510 // *cp_Descr_type :DELTA5 (cp_Signature)
515 cp_Descr_type.expectLength(cpMap.length);
516 cp_Descr_type.readFrom(in);
517 cp_Descr_type.setIndex(getCPIndex(CONSTANT_Signature));
520 Entry ref2 = cp_Descr_type.getRef();
525 cp_Descr_type.doneDisbursing();
H A DPackageWriter.java521 cp_Descr_type.putRef(e.typeRef);
H A DBandStructure.java1443 CPRefBand cp_Descr_type = cp_bands.newCPRefBand("cp_Descr_type", UDELTA5, CONSTANT_Signature); field in class:BandStructure

Completed in 55 milliseconds