| Package | Description |
|---|---|
| proguard.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Modifier and Type | Method and Description |
|---|---|
static InstructionSequenceReplacer.Label |
InstructionSequenceReplacer.catch_(int startOffset,
int endOffset,
int catchType)
Creates a new catch instance that can be used as a pseudo-instruction
to mark the start of an exception handler.
|
static InstructionSequenceReplacer.Label |
InstructionSequenceReplacer.label()
Creates a new label that can be used as a pseudo-instruction to mark
a local offset.
|
Copyright © 2019. All rights reserved.