Searched refs:IFNE (Results 1 - 2 of 2) 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.java247 int IFNE = 154; // - field in interface:Opcodes
/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.java38 import static com.sleepycat.asm.Opcodes.IFNE;
380 mv.visitJumpInsn(IFNE, l0);
801 mv.visitJumpInsn(IFNE, nextCase);
1359 * int, for example, with IFNE, IFEQ, IFLT, etc. If the operand is a long,

Completed in 92 milliseconds