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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java402 int attrLength = c.copyU4(); // attr len
410 c.copy(attrLength - 8); // copy remainder minus already copied
418 c.copy(attrLength - 8); // copy remainder minus already copied
426 c.copy(attrLength - 8); // copy remainder minus already copied
434 c.copy(attrLength - 8); // copy remainder minus already copied
441 c.copy(attrLength - 8); // copy remainder minus already copied
481 System.out.println("attr length old: " + attrLength +
H A DClassDump.java170 int attrLength = c.copyU4(); // attr len
171 checkLength(attrLength, "Code attr length");
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java409 + old.attrLength());
431 int alen = attrLength();
469 int alen = attrLength();
616 int alen = attrLength();
646 int thisAlen = this.attrLength();
647 int thatAlen = that.attrLength();
1733 return attrLength() >>> 1;
1847 int alen = attrLength();
1876 int alen = attrLength();
1975 int attrLength() { method in class:XMLKit.Element
[all...]

Completed in 58 milliseconds