| Package | Description |
|---|---|
| com.android.dx.ssa | |
| com.android.dx.ssa.back | |
| com.android.dx.util |
Utility classes for class file access/manipulation.
|
| Modifier and Type | Field and Description |
|---|---|
IntSet |
DomFront.DomInfo.dominanceFrontiers
null-ok; the dominance frontier set indexed by
block index |
| Modifier and Type | Method and Description |
|---|---|
IntSet |
SsaBasicBlock.getLiveInRegs()
Returns the set of live-in registers.
|
IntSet |
SsaBasicBlock.getLiveOutRegs()
Returns the set of live-out registers.
|
static IntSet |
SetFactory.makeInterferenceSet(int countRegs)
Make IntSet for the interference graph sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterferenceGraph.mergeInterferenceSet(int reg,
IntSet set)
Merges the interference set for a register into a given bit set
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitIntSet
A set of integers, represented by a bit set
|
class |
ListIntSet
A set of integers, represented by a list
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntSet.merge(IntSet other)
Merges
other into this set, so this set becomes the
union of the two. |
void |
IntSet.merge(IntSet other)
Merges
other into this set, so this set becomes the
union of the two. |
void |
BitIntSet.merge(IntSet other)
Merges
other into this set, so this set becomes the
union of the two. |
Copyright © 2020. All Rights Reserved.