Searched refs:OP_POP2 (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 176 new SimpleInstruction(InstructionConstants.OP_POP2), 192 new SimpleInstruction(InstructionConstants.OP_POP2), 259 new SimpleInstruction(InstructionConstants.OP_POP2), 277 new SimpleInstruction(InstructionConstants.OP_POP2), 893 new SimpleInstruction(InstructionConstants.OP_POP2), 1638 new SimpleInstruction(InstructionConstants.OP_POP2), 1802 new SimpleInstruction(InstructionConstants.OP_POP2), 1828 new SimpleInstruction(InstructionConstants.OP_POP2), 2246 new SimpleInstruction(InstructionConstants.OP_POP2), 2255 new SimpleInstruction(InstructionConstants.OP_POP2), [all …]
|
D | GotoCommonCodeReplacer.java | 235 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 | EvaluationSimplifier.java | 934 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 947 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
|
D | EvaluationShrinker.java | 1369 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 1393 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions() 1495 instruction.opcode == InstructionConstants.OP_POP2; in isPop()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 188 case InstructionConstants.OP_POP2: in visitSimpleInstruction()
|