Searched refs:GOTO_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_W; in isJumpInstruction()37 return opcode == GOTO || opcode == GOTO_W; in isGoto()
618 case GOTO_W: in execute()
114 int GOTO_W = 200; field
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()1409 newcode[dest + 3] = (byte)GOTO_W; in write32()
114 case GOTO_W : in processBranch()
139 case GOTO_W: in instructionString()
862 iterator.writeByte(Opcode.GOTO_W, pos); in insertGoto()871 iterator.writeByte(Opcode.GOTO_W, pos); in insertGoto()
271 else if (op == Opcode.GOTO_W)
676 case Opcode.GOTO_W : in doOpcode148_201()