| Package | Description |
|---|---|
| proguard.evaluation | |
| proguard.optimize.evaluation |
This package contains visitors that perform partial evaluation and subsequent
optimizations on byte code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TracedStack
This Stack saves additional information with stack elements, to keep track
of their origins.
|
| Modifier and Type | Field and Description |
|---|---|
protected Stack |
SimplifiedInvocationUnit.stack |
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.copy(Stack other)
Copies the values of the given Stack into this Stack.
|
void |
InvocationUnit.enterExceptionHandler(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int catchType,
Stack stack)
Sets up the given stack for entering the given exception handler.
|
void |
SimplifiedInvocationUnit.enterExceptionHandler(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int catchType,
Stack stack) |
boolean |
Stack.generalize(Stack other)
Generalizes the values of this Stack with the values of the given Stack.
|
void |
InvocationUnit.invokeMember(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
ConstantInstruction constantInstruction,
Stack stack)
Updates the given stack corresponding to the execution of the given
field or method reference instruction.
|
void |
SimplifiedInvocationUnit.invokeMember(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
ConstantInstruction constantInstruction,
Stack stack) |
| Constructor and Description |
|---|
Processor(Variables variables,
Stack stack,
ValueFactory valueFactory,
BranchUnit branchUnit,
InvocationUnit invocationUnit,
boolean alwaysCast)
Creates a new processor that operates on the given environment.
|
Stack(Stack stack)
Creates a Stack that is a copy of the given Stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceTracingInvocationUnit.enterExceptionHandler(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int catchType,
Stack stack) |
void |
ReferenceTracingInvocationUnit.invokeMember(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
ConstantInstruction constantInstruction,
Stack stack) |
Copyright © 2019. All rights reserved.