Uses of Package
com.android.dx.ssa

Packages that use com.android.dx.ssa
com.android.dx.ssa   
com.android.dx.ssa.back   
 

Classes in com.android.dx.ssa used by com.android.dx.ssa
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.
 

Classes in com.android.dx.ssa used by com.android.dx.ssa.back
RegisterMapper
          Represents a mapping between two register numbering schemes.
SsaInsn
          An instruction in SSA form
SsaMethod
          A method in SSA form.
 



Copyright © 2013. All Rights Reserved.