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

/openjdk7/hotspot/test/runtime/6294277/
H A DSourceDebugExtension.java34 static final int attrSize = 68000; field in class:SourceDebugExtension
123 byte[] buf = new byte[header.length + attrSize];
127 for(int i=0; i<attrSize; i++) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java637 int attrSize = 2 /* number_of_exceptions */ +
639 dos.writeInt(attrSize);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java584 for (int imax = aval.attrSize(), i = 0; i < imax; i++) {
621 assert (aval.attrSize() == 0);
H A DXMLKit.java106 * int attrSize()
1732 public int attrSize() { method in class:XMLKit.Element
1864 int asize = attrSize();
2486 return Element.this.attrSize();
2511 return Element.this.attrSize();
3674 assert (e.attrSize() * 2 == alen);
3909 for (int asize = e.attrSize(), k = 0; k < asize; k++) {
3994 if (pretty && !prevStr && e.size() + e.attrSize() > 0) {
4000 for (int asize = e.attrSize(), k = 0; k < asize; k++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java747 int attrSize = readInt(u + 2);
779 attrSize,
788 u += attrSize;

Completed in 63 milliseconds