Home
last modified time | relevance | path

Searched refs:InstructionCodec (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodeInfo.java19 import com.android.dx.io.instructions.InstructionCodec;
42 InstructionCodec.FORMAT_00X, IndexType.NONE);
48 InstructionCodec.FORMAT_PACKED_SWITCH_PAYLOAD,
53 InstructionCodec.FORMAT_SPARSE_SWITCH_PAYLOAD,
58 InstructionCodec.FORMAT_FILL_ARRAY_DATA_PAYLOAD,
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
[all …]
/dalvik/dx/src/com/android/dx/io/instructions/
DFillArrayDataPayloadDecodedInstruction.java38 private FillArrayDataPayloadDecodedInstruction(InstructionCodec format, in FillArrayDataPayloadDecodedInstruction()
50 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, in FillArrayDataPayloadDecodedInstruction()
58 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, in FillArrayDataPayloadDecodedInstruction()
66 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, in FillArrayDataPayloadDecodedInstruction()
74 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, in FillArrayDataPayloadDecodedInstruction()
DPackedSwitchPayloadDecodedInstruction.java37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format, in PackedSwitchPayloadDecodedInstruction()
DDecodedInstruction.java41 private final InstructionCodec format;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode()
101 public DecodedInstruction(InstructionCodec format, int opcode, in DecodedInstruction()
119 public final InstructionCodec getFormat() { in getFormat()
DSparseSwitchPayloadDecodedInstruction.java37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format, in SparseSwitchPayloadDecodedInstruction()
DZeroRegisterDecodedInstruction.java28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, in TwoRegisterDecodedInstruction()
DThreeRegisterDecodedInstruction.java37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, in ThreeRegisterDecodedInstruction()
DFourRegisterDecodedInstruction.java40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, in FiveRegisterDecodedInstruction()
DInstructionCodec.java30 public enum InstructionCodec { enum
768 InstructionCodec format, int opcodeUnit, CodeInput in) in decodeRegisterList()
833 InstructionCodec format, int opcodeUnit, CodeInput in) in decodeRegisterRange()