Home
last modified time | relevance | path

Searched refs:OP_SWAP (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java125 public static final byte OP_SWAP = 95; field
DInstructionFactory.java96 case InstructionConstants.OP_SWAP: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java67 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()
DEvaluationSimplifier.java1341 new SimpleInstruction(InstructionConstants.OP_SWAP), in replaceSimpleEnumSwitchInstruction()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java621 opcode <= InstructionConstants.OP_SWAP; in isDupOrSwap()
/external/proguard/src/proguard/evaluation/
DProcessor.java231 case InstructionConstants.OP_SWAP: in visitSimpleInstruction()