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

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java118 public static final byte OP_POP2 = 88; field in interface:InstructionConstants
H A DInstructionFactory.java89 case InstructionConstants.OP_POP2:
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java232 opcode == InstructionConstants.OP_POP2 ||
H A 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),
1339 // new SimpleInstruction(InstructionConstants.OP_POP2),
1873 new SimpleInstruction(InstructionConstants.OP_POP2),
1891 // new SimpleInstruction(InstructionConstants.OP_POP2),
2037 new SimpleInstruction(InstructionConstants.OP_POP2),
2063 new SimpleInstruction(InstructionConstants.OP_POP2),
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java954 new SimpleInstruction(InstructionConstants.OP_POP2);
967 new SimpleInstruction(InstructionConstants.OP_POP2);
H A DEvaluationShrinker.java60 private static final int POP2 = InstructionConstants.OP_POP2 & 0xff;
1735 new SimpleInstruction(InstructionConstants.OP_POP2);
1759 new SimpleInstruction(InstructionConstants.OP_POP2);
1861 instruction.opcode == InstructionConstants.OP_POP2;
/external/proguard/src/proguard/evaluation/
H A DProcessor.java185 case InstructionConstants.OP_POP2:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 98 milliseconds