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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DOpcodes.java147 int ISTORE = 54; // visitVarInsn field in interface:Opcodes
H A DClassReader.java955 if (opcode > Opcodes.ISTORE) {
957 mv.visitVarInsn(Opcodes.ISTORE + (opcode >> 2),
H A DMethodWriter.java341 // -1, //ISTORE, // visitVarInsn
693 if (opcode < Opcodes.ISTORE) {
698 opt = 59 + ((opcode - Opcodes.ISTORE) << 2) + var;

Completed in 87 milliseconds