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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java443 static final byte EF_BACK = 1<<3; // call, callable, case is backward field in class:Attribute
601 if (flagTest(EF_BACK))
961 ce.flags |= EF_BACK;
1003 e.flags |= EF_BACK;
1004 ce.flags |= EF_BACK;
1265 if (e.flagTest(EF_BACK))
H A DPackageWriter.java830 if (!cbles[k].flagTest(Attribute.EF_BACK)) {
978 assert(def.getCallables()[j].flagTest(Attribute.EF_BACK));
980 assert(!def.getCallables()[j].flagTest(Attribute.EF_BACK));
H A DPackageReader.java1513 if (cbles[j].flagTest(Attribute.EF_BACK))
1568 if (cbles[j].flagTest(Attribute.EF_BACK))
1688 && e.body[j].flagTest(Attribute.EF_BACK));
1702 if (!e.flagTest(Attribute.EF_BACK)) {
H A DBandStructure.java2180 if (!e.flagTest(Attribute.EF_BACK)) {

Completed in 75 milliseconds