Searched defs:indexType (Results 1 – 11 of 11) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
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 | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
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()
|
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 | 260 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() local 368 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() local 502 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() local 779 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() local 839 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange() local
|
/dalvik/libdex/ |
D | InstrUtils.h | 136 InstructionIndexType indexType; member
|
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 1239 private final IndexType indexType; field in OpcodeInfo.Info 1242 IndexType indexType) { in Info()
|