Searched refs:IFNONNULL (Results 1 – 9 of 9) sorted by relevance
33 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
615 case IFNONNULL: in execute()
139 int IFNONNULL = 199; field
871 || inst == IFNULL || inst == IFNONNULL) { in insertGap2()1164 || inst == IFNULL || inst == IFNONNULL) { in makeJumpList()1415 return IFNONNULL; in opcode()1416 else if (op == IFNONNULL) in opcode()
103 || opcode == IFNULL || opcode == IFNONNULL) { in processBranch()
93 case IFNONNULL: in instructionString()
222 || op == Opcode.IFNULL || op == Opcode.IFNONNULL) {
672 case Opcode.IFNONNULL : in doOpcode148_201()
1071 code.addOpcode(Opcode.IFNONNULL); in makeConstructor()