Searched refs:IF_ACMPNE (Results 1 – 11 of 11) sorted by relevance
99 return Opcodes.IF_ACMPNE; in getInverted()100 case Opcodes.IF_ACMPNE: in getInverted()
124 testVisitJumpInsnWithProbe(Opcodes.IF_ACMPEQ, Opcodes.IF_ACMPNE); in testVisitJumpInsnWithProbe_IF_ACMPEQ()129 testVisitJumpInsnWithProbe(Opcodes.IF_ACMPNE, Opcodes.IF_ACMPEQ); in testVisitJumpInsnWithProbe_IF_ACMPNE()
142 int IF_ACMPNE = 166; field
102 if ((IFEQ <= opcode && opcode <= IF_ACMPNE) in processBranch()
96 case IF_ACMPNE: in instructionString()
338 testJumpInsn(IF_ACMPNE, true); in testJumpInsn()
221 if ((Opcode.IFEQ <= op && op <= Opcode.IF_ACMPNE)
560 case Opcode.IF_ACMPNE : in doOpcode148_201()
751 case Opcodes.IF_ACMPNE: in getJumpTargets()1002 case Opcodes.IF_ACMPNE: in ifType()1649 if (Opcodes.IFEQ <= opcode && opcode <= Opcodes.IF_ACMPNE) { in updateState()2622 if (Opcodes.IFEQ <= opcode && opcode <= Opcodes.IF_ACMPNE) { in build()
1211 bytecode.addOpcode(branchIf ? IF_ACMPEQ : IF_ACMPNE); in compareExpr()1213 bytecode.addOpcode(branchIf ? IF_ACMPNE : IF_ACMPEQ); in compareExpr()
519 case IF_ACMPNE: in execute()