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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java283 int thisDesc = next;
286 int loc = descLoc(thisDesc);
287 int fmt = descFmt(thisDesc);
297 return thisDesc;
333 private void addDesc(int thisDesc, Entry entry) { argument
338 head = tail = thisDesc;
345 int thisLoc = descLoc(thisDesc);
349 tail = thisDesc;
350 if (!storeDesc(prevLoc, prevFmt, thisDesc)) {
355 //System.out.println("bigDescs["+bigSize+"] = "+thisDesc);
[all...]

Completed in 256 milliseconds