| Package | Description |
|---|---|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| Modifier and Type | Method and Description |
|---|---|
protected SwitchList |
BaseMachine.getAuxCases()
Gets the switch cases auxiliary argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Machine.auxSwitchArg(SwitchList cases)
Indicates that there is an auxiliary (inline, not stack) argument
consisting of a
switch* table. |
void |
BaseMachine.auxSwitchArg(SwitchList cases)
Indicates that there is an auxiliary (inline, not stack) argument
consisting of a
switch* table. |
void |
BytecodeArray.Visitor.visitSwitch(int opcode,
int offset,
int length,
SwitchList cases,
int padding)
Visits a switch instruction.
|
void |
BytecodeArray.BaseVisitor.visitSwitch(int opcode,
int offset,
int length,
SwitchList cases,
int padding)
Visits a switch instruction.
|
void |
BasicBlocker.visitSwitch(int opcode,
int offset,
int length,
SwitchList cases,
int padding)
Visits a switch instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeObserver.visitSwitch(int opcode,
int offset,
int length,
SwitchList cases,
int padding)
Visits a switch instruction.
|
Copyright © 2020. All Rights Reserved.