| Package | Description |
|---|---|
| proguard.configuration | |
| proguard.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Constructor and Description |
|---|
ConfigurationLoggingInstructionSequenceReplacer(InstructionSequenceMatcher instructionSequenceMatcher,
Constant[] patternConstants,
Instruction[] patternInstructions,
Constant[] replacementConstants,
Instruction[] replacementInstructions,
BranchTargetFinder branchTargetFinder,
CodeAttributeEditor codeAttributeEditor,
InstructionVisitor extraInstructionVisitor) |
| Modifier and Type | Method and Description |
|---|---|
protected InstructionSequenceMatcher |
InstructionSequenceReplacer.getInstructionSequenceMatcher() |
| Constructor and Description |
|---|
InstructionSequenceReplacer(InstructionSequenceMatcher instructionSequenceMatcher,
Constant[] patternConstants,
Instruction[] patternInstructions,
Constant[] replacementConstants,
Instruction[] replacementInstructions,
BranchTargetFinder branchTargetFinder,
CodeAttributeEditor codeAttributeEditor,
InstructionVisitor extraInstructionVisitor)
Creates a new InstructionSequenceReplacer.
|
Copyright © 2019. All rights reserved.