Uses of Class
com.android.dx.dex.code.DalvInsn

Packages that use DalvInsn
com.android.dx.dex.code   
com.android.dx.dex.code.form   
 

Uses of DalvInsn in com.android.dx.dex.code
 

Subclasses of DalvInsn in com.android.dx.dex.code
 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 LocalEnd
          Pseudo-instruction which is used to explicitly end the mapping of a register to a named local variable.
 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 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.
 

Methods in com.android.dx.dex.code that return DalvInsn
 DalvInsn DalvInsn.expandedPrefix(BitSet compatRegs)
          Gets the instruction prefix required, if any, to use in an expanded version of this instance.
 DalvInsn DalvInsn.expandedSuffix(BitSet compatRegs)
          Gets the instruction suffix required, if any, to use in an expanded version of this instance.
 DalvInsn DalvInsn.expandedVersion(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 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 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 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 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.
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 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 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 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 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 LocalEnd.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 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.
 

Methods in com.android.dx.dex.code with parameters of type DalvInsn
 void OutputFinisher.add(DalvInsn insn)
          Adds an instruction to the output.
 void OutputCollector.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 String InsnFormat.branchComment(DalvInsn insn)
          Helper method to return the comment for a branch.
protected static String InsnFormat.branchString(DalvInsn insn)
          Helper method to return a branch address string.
 BitSet InsnFormat.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
protected static String InsnFormat.cstComment(DalvInsn insn)
          Helper method to return an instruction comment for a constant.
protected static String InsnFormat.cstString(DalvInsn insn)
          Helper method to return the constant string for a CstInsn in human form.
 void OutputFinisher.insert(int at, DalvInsn insn)
          Inserts an instruction in the output at the given offset.
abstract  String InsnFormat.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
abstract  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.
 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.
 

Method parameters in com.android.dx.dex.code with type arguments of type DalvInsn
static DalvInsnList DalvInsnList.makeImmutable(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.
 

Uses of DalvInsn in com.android.dx.dex.code.form
 

Methods in com.android.dx.dex.code.form with parameters of type DalvInsn
 BitSet Form52c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form51l.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form41c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form35c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form33x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form32x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form32s.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form31t.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form31i.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form31c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form23x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form22x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form22t.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form22s.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form22c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form22b.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form21t.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form21s.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form21h.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form21c.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form12x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form11x.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 BitSet Form11n.compatibleRegs(DalvInsn insn)
          Returns which of a given instruction's registers will fit in this instance's format.
 String SpecialFormat.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form5rc.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form52c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form51l.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form41c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form3rc.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form35c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form33x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form32x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form32s.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form31t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form31i.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form31c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form30t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form23x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form22x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form22t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form22s.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form22c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form22b.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form21t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form21s.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form21h.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form21c.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form20t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form12x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form11x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form11n.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form10x.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String Form10t.insnArgString(DalvInsn insn)
          Returns the string form of the arguments to the given instruction.
 String SpecialFormat.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form5rc.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form52c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form51l.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form41c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form3rc.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form35c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form33x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form32x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form32s.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form31t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form31i.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form31c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form30t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form23x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form22x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form22t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form22s.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form22c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form22b.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form21t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form21s.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form21h.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form21c.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form20t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form12x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form11x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form11n.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form10x.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 String Form10t.insnCommentString(DalvInsn insn, boolean noteIndices)
          Returns the associated comment for the given instruction, if any.
 boolean SpecialFormat.isCompatible(DalvInsn insn)
          Returns whether or not the given instruction's arguments will fit in this instance's format.
 boolean Form5rc.isCompatible(DalvInsn insn)
          Returns whether or not the given instruction's arguments will fit in this instance's format.
 boolean Form52c.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 Form41c.isCompatible(DalvInsn insn)
          Returns whether or not the given instruction's arguments will fit in this instance's format.
 boolean Form3rc.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 Form33x.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 Form32s.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 Form31i.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 Form30t.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 Form22x.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 Form22s.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 Form22b.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 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 Form21c.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 Form12x.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 Form11n.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 Form10t.isCompatible(DalvInsn insn)
          Returns whether or not the given instruction's arguments will fit in this instance's format.
 void SpecialFormat.writeTo(AnnotatedOutput out, DalvInsn insn)
          Writes the code units for the given instruction to the given output destination.
 void Form5rc.writeTo(AnnotatedOutput out, DalvInsn insn)
          Writes the code units for the given instruction to the given output destination.
 void Form52c.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 Form41c.writeTo(AnnotatedOutput out, DalvInsn insn)
          Writes the code units for the given instruction to the given output destination.
 void Form3rc.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 Form33x.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 Form32s.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 Form31i.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 Form30t.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 Form22x.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 Form22s.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 Form22b.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 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 Form21c.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 Form12x.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 Form11n.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 Form10t.writeTo(AnnotatedOutput out, DalvInsn insn)
          Writes the code units for the given instruction to the given output destination.
 



Copyright © 2013. All Rights Reserved.