Home
last modified time | relevance | path

Searched refs:OP_POP (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java168 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 …]
DGotoCommonCodeReplacer.java234 return opcode == InstructionConstants.OP_POP || in isPop()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java117 public static final byte OP_POP = 87; field
DInstructionFactory.java88 case InstructionConstants.OP_POP: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java924 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
957 new SimpleInstruction(InstructionConstants.OP_POP); in insertPopInstructions()
DEvaluationShrinker.java1348 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/
DProcessor.java184 case InstructionConstants.OP_POP: in visitSimpleInstruction()