/dalvik/dx/src/com/android/dx/io/instructions/ |
D | DecodedInstruction.java | 50 private final IndexType indexType; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
|
D | InstructionCodec.java | 286 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() local 404 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() local 551 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() local 690 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_45CC() local 729 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_4RCC() local 925 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() local 986 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange() local
|
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | InvokePolymorphicRangeDecodedInstruction.java | 32 IndexType indexType, in InvokePolymorphicRangeDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | InvokePolymorphicDecodedInstruction.java | 31 IndexType indexType, in InvokePolymorphicDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 1269 private final IndexType indexType; field in OpcodeInfo.Info 1272 IndexType indexType) { in Info()
|