Home | History | Annotate | Download | only in asm

Lines Matching refs:typeCount

296     private short typeCount;

1210 ++typeCount;
1211 Item result = new Item(typeCount, key);
1216 if (typeCount == typeTable.length) {
1221 typeTable[typeCount] = result;