| Package | Description |
|---|---|
| proguard.configuration | |
| proguard.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Class and Description |
|---|
| BranchTargetFinder
This AttributeVisitor finds all instruction offsets, branch targets, and
exception targets in the CodeAttribute objects that it visits.
|
| InstructionSequenceReplacer
This InstructionVisitor replaces a given pattern instruction sequence by
another given replacement instruction sequence.
|
| Class and Description |
|---|
| BranchTargetFinder
This AttributeVisitor finds all instruction offsets, branch targets, and
exception targets in the CodeAttribute objects that it visits.
|
| InstructionSequenceReplacer.Label
This pseudo-instruction represents a label that marks an instruction
offset, for use in the context of the sequence replacer only.
|
Copyright © 2019. All rights reserved.