| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.code.form |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayData
Pseudo-instruction which holds fill array data.
|
class |
CodeAddress
Pseudo-instruction which is used to track an address within a code
array.
|
class |
CstInsn
Instruction which has a single constant argument in addition
to all the normal instruction information.
|
class |
FixedSizeInsn
Base class for instructions which are of a fixed code size and
which use
InsnFormat methods to write themselves. |
class |
HighRegisterPrefix
Combination instruction which turns into a variable number of
move* instructions to move a set of registers into
registers starting at 0 sequentially. |
class |
LocalSnapshot
Pseudo-instruction which is used to hold a snapshot of the
state of local variable name mappings that exists immediately after
the instance in an instruction array.
|
class |
LocalStart
Pseudo-instruction which is used to introduce a new local variable.
|
class |
MultiCstInsn
An instruction with multiple constant arguments in addition
to all the normal instruction information.
|
class |
OddSpacer
Pseudo-instruction which either turns into a
nop or
nothingness, in order to make the subsequent instruction have an
even address. |
class |
SimpleInsn
Instruction which has no extra info beyond the basics provided for in
the base class.
|
class |
SwitchData
Pseudo-instruction which holds switch data.
|
class |
TargetInsn
Instruction which has a single branch target.
|
class |
VariableSizeInsn
Pseudo-instruction base class for variable-sized instructions.
|
class |
ZeroSizeInsn
Pseudo-instruction base class for zero-size (no code emitted)
instructions, which are generally used for tracking metainformation
about the code they are adjacent to.
|
| Modifier and Type | Method and Description |
|---|---|
DalvInsn |
DalvInsn.expandedPrefix(java.util.BitSet compatRegs)
Gets the instruction prefix required, if any, to use in an expanded
version of this instance.
|
DalvInsn |
DalvInsn.expandedSuffix(java.util.BitSet compatRegs)
Gets the instruction suffix required, if any, to use in an expanded
version of this instance.
|
DalvInsn |
DalvInsn.expandedVersion(java.util.BitSet compatRegs)
Gets the instruction that is equivalent to this one, except that
it replaces incompatible registers with sequential registers
starting at
0 (storing the result, if any, in register
0 as well). |
DalvInsn |
OutputCollector.get(int at) |
DalvInsn |
OutputFinisher.get(int at) |
DalvInsn |
DalvInsnList.get(int n)
Gets the element at the given index.
|
DalvInsn |
DalvInsn.getLowRegVersion()
Gets the instruction that is equivalent to this one, except that
it uses sequential registers starting at
0 (storing
the result, if any, in register 0 as well). |
DalvInsn |
LocalSnapshot.withMapper(RegisterMapper mapper)
Returns an instance that is just like this one, except that the
register list is mapped by using
mapper. |
DalvInsn |
LocalStart.withMapper(RegisterMapper mapper)
Returns an instance that is just like this one, except that the
register list is mapped by using
mapper. |
DalvInsn |
DalvInsn.withMapper(RegisterMapper mapper)
Returns an instance that is just like this one, except that the
register list is mapped by using
mapper. |
DalvInsn |
TargetInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
SimpleInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
CstInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
VariableSizeInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
ZeroSizeInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
MultiCstInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
abstract DalvInsn |
DalvInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its
opcode is replaced by the one given, and its address is reset.
|
DalvInsn |
LocalSnapshot.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
DalvInsn |
VariableSizeInsn.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
DalvInsn |
LocalStart.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
DalvInsn |
ZeroSizeInsn.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
DalvInsn |
FixedSizeInsn.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
abstract DalvInsn |
DalvInsn.withRegisterOffset(int delta)
Returns an instance that is just like this one, except that all
register references have been offset by the given delta, and its
address is reset.
|
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 |
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 |
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 |
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 |
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 |
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.
|
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.
|
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 |
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 |
MultiCstInsn.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputCollector.add(DalvInsn insn)
Adds an instruction to the output.
|
void |
OutputFinisher.add(DalvInsn insn)
Adds an instruction to the output.
|
void |
OutputCollector.addSuffix(DalvInsn insn)
Adds an instruction to the output suffix.
|
protected static int |
InsnFormat.argIndex(DalvInsn insn)
Helper method to extract the callout-argument index from an
appropriate instruction.
|
protected static java.lang.String |
InsnFormat.branchComment(DalvInsn insn)
Helper method to return the comment for a branch.
|
protected static java.lang.String |
InsnFormat.branchString(DalvInsn insn)
Helper method to return a branch address string.
|
java.util.BitSet |
InsnFormat.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
void |
OutputFinisher.insert(int at,
DalvInsn insn)
Inserts an instruction in the output at the given offset.
|
abstract java.lang.String |
InsnFormat.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
abstract java.lang.String |
InsnFormat.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
abstract boolean |
InsnFormat.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
java.lang.String |
InsnFormat.listingString(DalvInsn insn,
boolean noteIndices)
Returns the string form, suitable for inclusion in a listing
dump, of the given instruction.
|
protected static short |
InsnFormat.opcodeUnit(DalvInsn insn)
Helper method to get an extended (16-bit) opcode out of an
instruction, returning it as a code unit.
|
protected static short |
InsnFormat.opcodeUnit(DalvInsn insn,
int arg)
Helper method to combine an opcode and a second byte of data into
the appropriate form for emitting into a code buffer.
|
void |
DalvInsnList.set(int n,
DalvInsn insn)
Sets the instruction at the given index.
|
abstract void |
InsnFormat.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
| Modifier and Type | Method and Description |
|---|---|
static DalvInsnList |
DalvInsnList.makeImmutable(java.util.ArrayList<DalvInsn> list,
int regCount)
Constructs and returns an immutable instance whose elements are
identical to the ones in the given list, in the same order.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
Form31t.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form22b.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form12x.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form21t.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form11n.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form31i.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form32x.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form21s.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form21h.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form45cc.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form22x.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form22c.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form35c.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form22t.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form11x.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form21c.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form31c.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form23x.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form51l.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.util.BitSet |
Form22s.compatibleRegs(DalvInsn insn)
Returns which of a given instruction's registers will fit in
this instance's format.
|
java.lang.String |
Form3rc.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form10x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form31t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form22b.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form12x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form21t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form11n.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form31i.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form4rcc.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form32x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form21s.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form21h.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form45cc.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form22x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form22c.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form35c.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form22t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form30t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form11x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form20t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form21c.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
SpecialFormat.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form10t.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form31c.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form23x.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form51l.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form22s.insnArgString(DalvInsn insn)
Returns the string form of the arguments to the given instruction.
|
java.lang.String |
Form3rc.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form10x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form31t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form22b.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form12x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form21t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form11n.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form31i.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form4rcc.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form32x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form21s.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form21h.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form45cc.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form22x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form22c.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form35c.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form22t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form30t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form11x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form20t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form21c.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
SpecialFormat.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form10t.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form31c.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form23x.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form51l.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
java.lang.String |
Form22s.insnCommentString(DalvInsn insn,
boolean noteIndices)
Returns the associated comment for the given instruction, if any.
|
boolean |
Form3rc.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form10x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form31t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form22b.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form12x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form21t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form11n.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form31i.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form4rcc.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form32x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form21s.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form21h.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form45cc.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form22x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form22c.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form35c.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form22t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form30t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form11x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form20t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form21c.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
SpecialFormat.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form10t.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form31c.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form23x.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form51l.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
boolean |
Form22s.isCompatible(DalvInsn insn)
Returns whether or not the given instruction's arguments will
fit in this instance's format.
|
void |
Form3rc.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form10x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form31t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form22b.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form12x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form21t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form11n.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form31i.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form4rcc.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form32x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form21s.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form21h.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form45cc.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form22x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form22c.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form35c.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form22t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form30t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form11x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form20t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form21c.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
SpecialFormat.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form10t.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form31c.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form23x.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form51l.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
void |
Form22s.writeTo(AnnotatedOutput out,
DalvInsn insn)
Writes the code units for the given instruction to the given
output destination.
|
Copyright © 2020. All Rights Reserved.