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

/dalvik/dx/src/com/android/dx/io/
H A 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
[all...]
/dalvik/dx/src/com/android/dx/io/instructions/
H A DFillArrayDataPayloadDecodedInstruction.java38 private FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
50 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
58 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
66 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
74 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
H A DPackedSwitchPayloadDecodedInstruction.java37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format,
H A DSparseSwitchPayloadDecodedInstruction.java37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format,
H A DZeroRegisterDecodedInstruction.java28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DOneRegisterDecodedInstruction.java31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DRegisterRangeDecodedInstruction.java35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode,
H A DTwoRegisterDecodedInstruction.java34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DFiveRegisterDecodedInstruction.java43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DFourRegisterDecodedInstruction.java40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DThreeRegisterDecodedInstruction.java37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode,
H A DDecodedInstruction.java41 private final InstructionCodec format;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
101 public DecodedInstruction(InstructionCodec format, int opcode,
119 public final InstructionCodec getFormat() {
H A DInstructionCodec.java31 public enum InstructionCodec { enum
769 InstructionCodec format, int opcodeUnit, CodeInput in)
834 InstructionCodec format, int opcodeUnit, CodeInput in)

Completed in 78 milliseconds