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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java313 boolean haveNumbers = testBit(archiveOptions, AO_HAVE_CP_NUMBERS);
314 if (!haveNumbers) {
315 haveNumbers |= pkg.cp.haveNumbers();
316 if (haveNumbers)
319 if (!haveNumbers)
358 writeConstantPoolCounts(haveNumbers);
397 void writeConstantPoolCounts(boolean haveNumbers) throws IOException { argument
414 if (!haveNumbers) {
H A DPackageReader.java284 boolean haveNumbers = testBit(archiveOptions, AO_HAVE_CP_NUMBERS);
306 if (!haveNumbers) remainingHeaders -= AH_CP_NUMBER_LEN;
328 readConstantPoolCounts(haveNumbers);
354 void readConstantPoolCounts(boolean haveNumbers) throws IOException { argument
375 if (!haveNumbers) {
H A DConstantPool.java1117 public boolean haveNumbers() { method in class:ConstantPool.IndexGroup

Completed in 1381 milliseconds