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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java118 x = (int) ins.getAttrLong("loc");
138 x = (int) ins.getAttrLong("num");
142 x = (int) ins.getAttrLong("num");
181 int thisCas = (int) cas.getAttrLong("num");
228 int target = insLocs[(int) ins.getAttrLong("lab")];
329 assert (pc + opnd == insLocs[(int) ins.getAttrLong("lab")]);
333 int lowCase = (int) cas0.getAttrLong("num");
335 int highCase = (int) casN.getAttrLong("num");
341 int target = insLocs[(int) cas.getAttrLong("lab")];
342 assert (cas.getAttrLong("nu
[all...]
H A DClassWriter.java176 int id = (int) c.getAttrLong("id");
277 u4((int) cfile.getAttrLong("magic"));
278 u2((int) cfile.getAttrLong("minver"));
279 u2((int) cfile.getAttrLong("majver"));
452 value = (int) aval.getAttrLong("tag");
485 value = (int) aval.getAttrLong(nextAttrName);
585 value = (int) aval.getAttrLong(nextAttrName);
623 int stack = (int) code.getAttrLong("stack");
624 int local = (int) code.getAttrLong("local");
646 int start = (int) handler.getAttrLong("star
[all...]
H A DClassSyntax.java464 if (md.getAttrLong("length") == length) {
478 return md.equals(getCPDigest((int) md.getAttrLong("length")));
H A DClassReader.java811 && computeInterfaceNum(val) == ins.getAttrLong("num")) {
827 boolean ulocalvarIsU4 = currentCode.getAttrLong("local") >= (1 << 16);
828 boolean ustackIsU4 = currentCode.getAttrLong("stack") >= (1 << 16);
H A DXMLKit.java115 * long getAttrLong(String key)/set
119 * long getAttrLong(String key, long dflt=0)
1761 public long getAttrLong(String key) { method in class:XMLKit.Element
1762 return getAttrLong(key, 0);
1769 public long getAttrLong(String key, long dflt) { method in class:XMLKit.Element

Completed in 49 milliseconds