| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.ssa | |
| com.android.dx.ssa.back |
| Class and Description |
|---|
| RegisterMapper
Represents a mapping between two register numbering schemes.
|
| Class and Description |
|---|
| BasicRegisterMapper
This class maps one register space into another, with
each mapping built up individually and added via addMapping()
|
| DomFront.DomInfo
Dominance-frontier information for a single basic block.
|
| Dominators
This class computes dominator and post-dominator information using the
Lengauer-Tarjan method.
|
| EscapeAnalysis.EscapeState
Lattice values used to indicate escape state for an object.
|
| LocalVariableInfo
Container for local variable information for a particular
SsaMethod. |
| NormalSsaInsn
A "normal" (non-phi) instruction in SSA form.
|
| Optimizer.OptionalStep
optional optimizer steps
|
| PhiInsn
A Phi instruction (magical post-control-flow-merge) instruction
in SSA form.
|
| PhiInsn.Visitor
Visitor interface for instances of this (outer) class.
|
| RegisterMapper
Represents a mapping between two register numbering schemes.
|
| SsaBasicBlock
An SSA representation of a basic block.
|
| SsaBasicBlock.Visitor
Visitor interface for basic blocks.
|
| SsaInsn
An instruction in SSA form
|
| SsaInsn.Visitor
Visitor interface for this class.
|
| SsaMethod
A method in SSA form.
|
| Class and Description |
|---|
| RegisterMapper
Represents a mapping between two register numbering schemes.
|
| SsaInsn
An instruction in SSA form
|
| SsaMethod
A method in SSA form.
|
Copyright © 2020. All Rights Reserved.