Home | History | Annotate | Download | only in asm

Lines Matching refs:typeTable

1401                     int[] typeTable = null;

1405 typeTable = new int[k];
1407 typeTable[--k] = w + 6; // signature
1408 typeTable[--k] = readUnsignedShort(w + 8); // index
1409 typeTable[--k] = readUnsignedShort(w); // start
1420 if (typeTable != null) {
1421 for (int a = 0; a < typeTable.length; a += 3) {
1422 if (typeTable[a] == start
1423 && typeTable[a + 1] == index)
1425 vsignature = readUTF8(typeTable[a + 2], c);