Searched refs:OP_POP (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 168 new SimpleInstruction(InstructionConstants.OP_POP), 184 new SimpleInstruction(InstructionConstants.OP_POP), 200 new SimpleInstruction(InstructionConstants.OP_POP), 240 new SimpleInstruction(InstructionConstants.OP_POP), 250 new SimpleInstruction(InstructionConstants.OP_POP), 268 new SimpleInstruction(InstructionConstants.OP_POP), 286 new SimpleInstruction(InstructionConstants.OP_POP), 715 new SimpleInstruction(InstructionConstants.OP_POP), 1503 new SimpleInstruction(InstructionConstants.OP_POP), 1785 new SimpleInstruction(InstructionConstants.OP_POP), [all …]
|
D | GotoCommonCodeReplacer.java | 234 return opcode == InstructionConstants.OP_POP || in isPop()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 117 public static final byte OP_POP = 87; field
|
D | InstructionFactory.java | 88 case InstructionConstants.OP_POP: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 924 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 957 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
|
D | EvaluationShrinker.java | 1348 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1403 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions() 1494 return instruction.opcode == InstructionConstants.OP_POP || in isPop()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 184 case InstructionConstants.OP_POP: in visitSimpleInstruction()
|