Lines Matching defs:u2At
392 int methi = i.u2At(1);
409 poolMarks[(char)(ref2i = (short) i2.u2At(1))] == 'D')
457 Short[] ref = pool.getMemberRef((short) i.u2At(1));
686 case opc_ldc_w: jvm.push(pool.get(i.u2At(1))); break;
687 case opc_ldc2_w: jvm.push2(pool.get(i.u2At(1))); break;
690 case opc_sipush: jvm.push((int)(short)i.u2At(1)); break;
712 String type = pool.getString(CONSTANT_Class, (short)i.u2At(1));
725 int fieldi = i.u2At(1);
761 int methi = i.u2At(1);
1824 case 3: buf.append(" ").append(u2At(1)); break;
1825 case 5: buf.append(" ").append(u2At(1)).append(" ").append(u2At(3)); break;
1867 public int u2At(int pos) {
1871 return (u2At(pos+0)<<16) + u2At(pos+2);