Searched refs:OP_SWAP (Results 1 – 6 of 6) sorted by relevance
125 public static final byte OP_SWAP = 95; field
96 case InstructionConstants.OP_SWAP: in create()
67 private static final int SWAP = InstructionConstants.OP_SWAP & 0xff;629 case InstructionConstants.OP_SWAP: in visitSimpleInstruction()1063 … case InstructionConstants.OP_SWAP: return fixedSwap (instructionOffset, topBefore, topAfter); in fixDupSwap()1926 instruction.opcode <= InstructionConstants.OP_SWAP; in isDupOrSwap()
1341 new SimpleInstruction(InstructionConstants.OP_SWAP), in replaceSimpleEnumSwitchInstruction()
621 opcode <= InstructionConstants.OP_SWAP; in isDupOrSwap()
231 case InstructionConstants.OP_SWAP: in visitSimpleInstruction()