Searched refs:ic_this_class (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h349 #define ic_this_class all_bands[e_ic_this_class] macro
H A Dbands.cpp324 BAND_INIT(ic_this_class, UDELTA5_spec, INDEX(CONSTANT_Class)),
H A Dunpack.cpp2040 ic_this_class.readData(ic_count);
2052 entry* inner = ic_this_class.getRef();
2066 //ic_this_class.done();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java863 // *ic_this_class :UDELTA5 (cp_Class)
867 ic_this_class.expectLength(numInnerClasses);
868 ic_this_class.readFrom(in);
889 ClassEntry thisClass = (ClassEntry) ic_this_class.getRef();
917 ic_this_class.doneDisbursing();
H A DPackageWriter.java1037 ic_this_class.putRef(ic.thisClass);
H A DBandStructure.java1459 CPRefBand ic_this_class = ic_bands.newCPRefBand("ic_this_class", UDELTA5, CONSTANT_Class); field in class:BandStructure

Completed in 65 milliseconds