Home
last modified time | relevance | path

Searched refs:OP_DUP2 (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java122 public static final byte OP_DUP2 = 92; field
DInstructionFactory.java93 case InstructionConstants.OP_DUP2: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java64 private static final int DUP2 = InstructionConstants.OP_DUP2 & 0xff;
608 case InstructionConstants.OP_DUP2: in visitSimpleInstruction()
1060 … case InstructionConstants.OP_DUP2: return fixedDup2 (instructionOffset, topBefore, topAfter); in fixDupSwap()
/external/proguard/src/proguard/evaluation/
DProcessor.java219 case InstructionConstants.OP_DUP2: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java535 new SimpleInstruction(InstructionConstants.OP_DUP2),
553 new SimpleInstruction(InstructionConstants.OP_DUP2),
2508 new SimpleInstruction(InstructionConstants.OP_DUP2),
2517 new SimpleInstruction(InstructionConstants.OP_DUP2),