Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java176 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 …]
DGotoCommonCodeReplacer.java235 opcode == InstructionConstants.OP_POP2 || in isPop()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java118 public static final byte OP_POP2 = 88; field
DInstructionFactory.java89 case InstructionConstants.OP_POP2: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java934 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
947 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
DEvaluationShrinker.java1369 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/
DProcessor.java188 case InstructionConstants.OP_POP2: in visitSimpleInstruction()