Home
last modified time | relevance | path

Searched refs:IFNULL (Results 1 – 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java33 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
DExecutor.java614 case IFNULL: in execute()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java140 int IFNULL = 198; field
DCodeIterator.java871 || inst == IFNULL || inst == IFNONNULL) { in insertGap2()
1164 || inst == IFNULL || inst == IFNONNULL) { in makeJumpList()
1414 if (op == IFNULL) in opcode()
1417 return IFNULL; in opcode()
DCodeAnalyzer.java103 || opcode == IFNULL || opcode == IFNONNULL) { in processBranch()
DInstructionPrinter.java94 case IFNULL: in instructionString()
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java222 || op == Opcode.IFNULL || op == Opcode.IFNONNULL) {
DTracer.java671 case Opcode.IFNULL : in doOpcode148_201()