|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegisterSpecList | |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.rop.code | |
| com.android.dx.ssa | |
| Uses of RegisterSpecList in com.android.dx.dex.code |
|---|
| Methods in com.android.dx.dex.code that return RegisterSpecList | |
|---|---|
RegisterSpecList |
DalvInsn.getRegisters()
Gets the register list for this instruction. |
| Methods in com.android.dx.dex.code with parameters of type RegisterSpecList | |
|---|---|
protected static boolean |
InsnFormat.isRegListSequential(RegisterSpecList list)
Helper method to determine if a list of registers are sequential, including degenerate cases for empty or single-element lists. |
protected static String |
InsnFormat.regListString(RegisterSpecList list)
Helper method to return a register list string. |
protected static String |
InsnFormat.regRangeString(RegisterSpecList list)
Helper method to return a register range string. |
DalvInsn |
TargetInsn.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
SwitchData.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
SimpleInsn.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
OddSpacer.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
LocalStart.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
LocalSnapshot.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
LocalEnd.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
HighRegisterPrefix.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
abstract DalvInsn |
DalvInsn.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
CstInsn.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
CodeAddress.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
DalvInsn |
ArrayData.withRegisters(RegisterSpecList registers)
Returns an instance that is just like this one, except that the register list is replaced by the given one, and its address is reset. |
| Constructors in com.android.dx.dex.code with parameters of type RegisterSpecList | |
|---|---|
CstInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers,
Constant constant)
Constructs an instance. |
|
DalvInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
FixedSizeInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
HighRegisterPrefix(SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
SimpleInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
TargetInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers,
CodeAddress target)
Constructs an instance. |
|
VariableSizeInsn(SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
| Uses of RegisterSpecList in com.android.dx.rop.code |
|---|
| Fields in com.android.dx.rop.code declared as RegisterSpecList | |
|---|---|
static RegisterSpecList |
RegisterSpecList.EMPTY
non-null; no-element instance |
| Methods in com.android.dx.rop.code that return RegisterSpecList | |
|---|---|
RegisterSpecList |
Insn.getSources()
Gets the source specs. |
static RegisterSpecList |
RegisterSpecList.make(RegisterSpec spec)
Makes a single-element instance. |
static RegisterSpecList |
RegisterSpecList.make(RegisterSpec spec0,
RegisterSpec spec1)
Makes a two-element instance. |
static RegisterSpecList |
RegisterSpecList.make(RegisterSpec spec0,
RegisterSpec spec1,
RegisterSpec spec2)
Makes a three-element instance. |
static RegisterSpecList |
RegisterSpecList.make(RegisterSpec spec0,
RegisterSpec spec1,
RegisterSpec spec2,
RegisterSpec spec3)
Makes a four-element instance. |
RegisterSpecList |
RegisterSpecList.subset(BitSet exclusionSet)
Returns a new instance, which contains a subset of the elements specified by the given BitSet. |
RegisterSpecList |
RegisterSpecList.withExpandedRegisters(int base,
boolean duplicateFirst,
BitSet compatRegs)
Returns an instance that is identical to this one, except that all incompatible register numbers are renumbered sequentially from the given base, with the first number duplicated if indicated. |
RegisterSpecList |
RegisterSpecList.withFirst(RegisterSpec spec)
Returns a new instance, which is the same as this instance, except that it has an additional element prepended to the original. |
RegisterSpecList |
RegisterSpecList.withOffset(int delta)
Returns an instance that is identical to this one, except that all register numbers are offset by the given amount. |
RegisterSpecList |
RegisterSpecList.withoutFirst()
Returns a new instance, which is the same as this instance, except that its first element is removed. |
RegisterSpecList |
RegisterSpecList.withoutLast()
Returns a new instance, which is the same as this instance, except that its last element is removed. |
| Methods in com.android.dx.rop.code with parameters of type RegisterSpecList | |
|---|---|
boolean |
TranslationAdvice.requiresSourcesInOrder(Rop opcode,
RegisterSpecList sources)
Returns true if the translation target requires the sources of the specified opcode to be in order and contiguous (eg, for an invoke-range) |
boolean |
DexTranslationAdvice.requiresSourcesInOrder(Rop opcode,
RegisterSpecList sources)
Returns true if the translation target requires the sources of the specified opcode to be in order and contiguous (eg, for an invoke-range) |
boolean |
ConservativeTranslationAdvice.requiresSourcesInOrder(Rop opcode,
RegisterSpecList sources)
Returns true if the translation target requires the sources of the specified opcode to be in order and contiguous (eg, for an invoke-range) |
Insn |
ThrowingInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
Insn |
ThrowingCstInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
Insn |
SwitchInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
Insn |
PlainInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
Insn |
PlainCstInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
abstract Insn |
Insn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
Insn |
FillArrayDataInsn.withNewRegisters(RegisterSpec result,
RegisterSpecList sources)
Returns an instance that is just like this one, except with new result and source registers. |
| Constructors in com.android.dx.rop.code with parameters of type RegisterSpecList | |
|---|---|
CstInsn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources,
Constant cst)
Constructs an instance. |
|
FillArrayDataInsn(Rop opcode,
SourcePosition position,
RegisterSpecList sources,
ArrayList<Constant> initValues,
Constant cst)
Constructs an instance. |
|
Insn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources)
Constructs an instance. |
|
PlainCstInsn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources,
Constant cst)
Constructs an instance. |
|
PlainInsn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources)
Constructs an instance. |
|
SwitchInsn(Rop opcode,
SourcePosition position,
RegisterSpec result,
RegisterSpecList sources,
IntList cases)
Constructs an instance. |
|
ThrowingCstInsn(Rop opcode,
SourcePosition position,
RegisterSpecList sources,
TypeList catches,
Constant cst)
Constructs an instance. |
|
ThrowingInsn(Rop opcode,
SourcePosition position,
RegisterSpecList sources,
TypeList catches)
Constructs an instance. |
|
| Uses of RegisterSpecList in com.android.dx.ssa |
|---|
| Methods in com.android.dx.ssa that return RegisterSpecList | |
|---|---|
abstract RegisterSpecList |
SsaInsn.getSources()
Like getSources(). |
RegisterSpecList |
PhiInsn.getSources()
Gets sources. |
RegisterSpecList |
NormalSsaInsn.getSources()
Like rop.Insn.getSources(). |
RegisterSpecList |
RegisterMapper.map(RegisterSpecList sources)
|
| Methods in com.android.dx.ssa with parameters of type RegisterSpecList | |
|---|---|
boolean |
InterferenceRegisterMapper.areAnyPinned(RegisterSpecList oldSpecs,
int newReg,
int targetCategory)
Checks to see if any of a set of old-namespace registers are pinned to the specified new-namespace reg + category. |
RegisterSpecList |
RegisterMapper.map(RegisterSpecList sources)
|
void |
NormalSsaInsn.setNewSources(RegisterSpecList newSources)
Changes the source list of the insn. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||