Searched refs:InstructionCodec (Results 1 – 13 of 13) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 19 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/ |
D | FillArrayDataPayloadDecodedInstruction.java | 38 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()
|
D | PackedSwitchPayloadDecodedInstruction.java | 37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format, in PackedSwitchPayloadDecodedInstruction()
|
D | DecodedInstruction.java | 41 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()
|
D | SparseSwitchPayloadDecodedInstruction.java | 37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format, in SparseSwitchPayloadDecodedInstruction()
|
D | ZeroRegisterDecodedInstruction.java | 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, in FiveRegisterDecodedInstruction()
|
D | InstructionCodec.java | 30 public enum InstructionCodec { enum 768 InstructionCodec format, int opcodeUnit, CodeInput in) in decodeRegisterList() 833 InstructionCodec format, int opcodeUnit, CodeInput in) in decodeRegisterRange()
|