Searched refs:IFNULL (Results 1 – 8 of 8) sorted by relevance
33 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
614 case IFNULL: in execute()
140 int IFNULL = 198; field
871 || inst == IFNULL || inst == IFNONNULL) { in insertGap2()1164 || inst == IFNULL || inst == IFNONNULL) { in makeJumpList()1414 if (op == IFNULL) in opcode()1417 return IFNULL; in opcode()
103 || opcode == IFNULL || opcode == IFNONNULL) { in processBranch()
94 case IFNULL: in instructionString()
222 || op == Opcode.IFNULL || op == Opcode.IFNONNULL) {
671 case Opcode.IFNULL : in doOpcode148_201()