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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java821 private Element readStackMap(boolean hasXOption) throws IOException { argument
829 if (hasXOption || uoffsetIsU4 || ulocalvarIsU4 || ustackIsU4) {
831 if (hasXOption) {
832 flags.setAttr("hasXOption", "true");
848 int flags = (hasXOption ? u1() : 0);
H A DClassWriter.java657 protected void writeStackMap(Element attrs, boolean hasXOption) throws IOException { argument
676 if (hasXOption) {

Completed in 33 milliseconds