Searched refs:JSR_W (Results 1 – 9 of 9) sorted by relevance
28 … pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1); in getJumpTarget()33 …&& opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode == GOTO_… in isJumpInstruction()41 return opcode == JSR || opcode == JSR_W; in isJsr()
104 if (opcode == JSR || opcode == JSR_W) { in scanOp()
620 case JSR_W: in execute()
93 if (op == JSR || op == JSR_W) in visitBytecode()119 case JSR_W : in processBranch()
176 int JSR_W = 201; field
140 case JSR_W: in instructionString()
879 else if (inst == GOTO_W || inst == JSR_W) { in insertGap2()1175 else if (inst == GOTO_W || inst == JSR_W) { in makeJumpList()1390 newcode[dest] = (byte)(((code[src] & 0xff) == GOTO) ? GOTO_W : JSR_W); in write32()
273 else if (op == Opcode.JSR_W)
679 case Opcode.JSR_W : in doOpcode148_201()