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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java1324 * "opcode_0" indicates the corresponding form of the instruction
1327 private void codeLocalLoadStore(int lvar, int opcode, int opcode_0, argument
1333 out.writeByte(opcode_0 + lvar);

Completed in 34 milliseconds