Uses of Class
com.android.dx.io.instructions.InstructionCodec

Packages that use InstructionCodec
com.android.dx.io   
com.android.dx.io.instructions   
 

Uses of InstructionCodec in com.android.dx.io
 

Methods in com.android.dx.io that return InstructionCodec
 InstructionCodec OpcodeInfo.Info.getFormat()
           
static InstructionCodec OpcodeInfo.getFormat(int opcode)
          Gets the format (an InstructionCodec) for the given opcode value.
 

Constructors in com.android.dx.io with parameters of type InstructionCodec
OpcodeInfo.Info(int opcode, String name, InstructionCodec format, IndexType indexType)
           
 

Uses of InstructionCodec in com.android.dx.io.instructions
 

Methods in com.android.dx.io.instructions that return InstructionCodec
 InstructionCodec DecodedInstruction.getFormat()
           
static InstructionCodec InstructionCodec.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstructionCodec[] InstructionCodec.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.android.dx.io.instructions with parameters of type InstructionCodec
DecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal)
          Constructs an instance.
FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, byte[] data)
          Constructs an instance.
FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, int[] data)
          Constructs an instance.
FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, long[] data)
          Constructs an instance.
FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, short[] data)
          Constructs an instance.
FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d, int e)
          Constructs an instance.
FourRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d)
          Constructs an instance.
OneRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a)
          Constructs an instance.
PackedSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int firstKey, int[] targets)
          Constructs an instance.
RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int registerCount)
          Constructs an instance.
SparseSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int[] keys, int[] targets)
          Constructs an instance.
ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c)
          Constructs an instance.
TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b)
          Constructs an instance.
ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.