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

/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java685 case opc_ldc: jvm.push(pool.get(i.u1At(1))); break;
689 case opc_bipush: jvm.push((int)(byte) i.u1At(1)); break;
1826 default: for (int i = 1; i < len; i++) buf.append(" ").append(u1At(1));
1864 public int u1At(int pos) { method in class:Indify.Instruction
1868 return (u1At(pos+0)<<8) + u1At(pos+1);

Completed in 33 milliseconds