Searched refs:OP_POP2 (Results 1 – 8 of 8) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 407 new SimpleInstruction(InstructionConstants.OP_POP2), 423 new SimpleInstruction(InstructionConstants.OP_POP2), 490 new SimpleInstruction(InstructionConstants.OP_POP2), 508 new SimpleInstruction(InstructionConstants.OP_POP2), 1125 new SimpleInstruction(InstructionConstants.OP_POP2), 1873 new SimpleInstruction(InstructionConstants.OP_POP2), 2037 new SimpleInstruction(InstructionConstants.OP_POP2), 2063 new SimpleInstruction(InstructionConstants.OP_POP2), 2481 new SimpleInstruction(InstructionConstants.OP_POP2), 2490 new SimpleInstruction(InstructionConstants.OP_POP2), [all …]
|
D | GotoCommonCodeReplacer.java | 232 opcode == InstructionConstants.OP_POP2 || in isPop()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 118 public static final byte OP_POP2 = 88; field
|
D | InstructionFactory.java | 89 case InstructionConstants.OP_POP2: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 709 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 722 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
|
D | EvaluationShrinker.java | 60 private static final int POP2 = InstructionConstants.OP_POP2 & 0xff; 1768 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 1780 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 1937 instruction.opcode == InstructionConstants.OP_POP2; in isPop()
|
D | EvaluationSimplifier.java | 1291 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 1304 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 203 case InstructionConstants.OP_POP2: in visitSimpleInstruction()
|