Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java407 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 …]
DGotoCommonCodeReplacer.java232 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/
DSimpleEnumUseSimplifier.java709 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
722 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
DEvaluationShrinker.java60 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()
DEvaluationSimplifier.java1291 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
1304 new SimpleInstruction(InstructionConstants.OP_POP2); in insertPopInstructions()
/external/proguard/src/proguard/evaluation/
DProcessor.java203 case InstructionConstants.OP_POP2: in visitSimpleInstruction()