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

/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java392 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(
1867 public int u2At(int pos) { method in class:Indify.Instruction
[all...]

Completed in 950 milliseconds