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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DOpcodes.java265 int IRETURN = 172; // visitInsn field in interface:Opcodes
H A DMethodWriter.java459 // -1, //IRETURN, // visitInsn
630 if ((opcode >= Opcodes.IRETURN && opcode <= Opcodes.RETURN)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java46 import static com.sleepycat.asm.Opcodes.IRETURN;
396 mv.visitInsn(IRETURN);

Completed in 48 milliseconds