Searched refs:IFEQ (Results 1 – 9 of 9) sorted by relevance
33 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
501 case IFEQ: in execute()
133 int IFEQ = 153; field
102 if ((IFEQ <= opcode && opcode <= IF_ACMPNE) in processBranch()
87 case IFEQ: in instructionString()
1419 if (((op - IFEQ) & 1) == 0) in opcode()
221 if ((Opcode.IFEQ <= op && op <= Opcode.IF_ACMPNE)
544 case Opcode.IFEQ : in doOpcode148_201()
1130 bytecode.addOpcode(branchIf ? IFNE : IFEQ); in booleanExpr()1189 private static final int ifOp2[] = { EQ, IFEQ, IFNE,1190 NEQ, IFNE, IFEQ,