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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassWriter.java244 * Normal type Item stored in the ClassWriter {@link ClassWriter#typeTable},
252 * {@link ClassWriter#typeTable}, instead of the constant pool, in order to
259 * Merged type Item stored in the ClassWriter {@link ClassWriter#typeTable},
321 Item[] typeTable; field in class:ClassWriter
324 * Number of elements in the {@link #typeTable} array.
1195 * Adds the given internal name to {@link #typeTable} and returns its index.
1211 * Adds the given "uninitialized" type to {@link #typeTable} and returns its
1233 * Adds the given Item to {@link #typeTable}.
1243 if (typeTable == null) {
1244 typeTable
[all...]
H A DClassReader.java1431 int[] typeTable = null;
1435 typeTable = new int[k];
1437 typeTable[--k] = w + 6; // signature
1438 typeTable[--k] = readUnsignedShort(w + 8); // index
1439 typeTable[--k] = readUnsignedShort(w); // start
1450 if (typeTable != null) {
1451 for (int a = 0; a < typeTable.length; a += 3) {
1452 if (typeTable[a] == start
1453 && typeTable[a + 1] == index)
1455 vsignature = readUTF8(typeTable[
[all...]
H A DMethodWriter.java1745 .putShort(cw.newClass(cw.typeTable[v].strVal1));
1748 stackMap.putByte(8).putShort(cw.typeTable[v].intVal);
1761 buf.append(cw.typeTable[t & Frame.BASE_VALUE].strVal1);
H A DFrame.java786 String type = cw.typeTable[t & BASE_VALUE].strVal1;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java91 private static final int typeTable[] = { field in class:TypeCodeImpl
320 // (creationKind < 0 || creationKind > typeTable.length)
723 switch (typeTable[_kind]) {
1303 if ((_kind < 0 || _kind > typeTable.length) && _kind != tk_indirect) {
1348 if ((_kind < 0 || _kind > typeTable.length) && _kind != tk_indirect) {
1364 switch (typeTable[_kind]) {
1690 switch (typeTable[_kind]) {

Completed in 51 milliseconds