Home
last modified time | relevance | path

Searched defs:indexType (Results 1 – 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java50 private final IndexType indexType; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
DInstructionCodec.java286 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
DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
DInvokePolymorphicRangeDecodedInstruction.java32 IndexType indexType, in InvokePolymorphicRangeDecodedInstruction()
DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DInvokePolymorphicDecodedInstruction.java31 IndexType indexType, in InvokePolymorphicDecodedInstruction()
DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
/dalvik/dx/src/com/android/dx/io/
DOpcodeInfo.java1269 private final IndexType indexType; field in OpcodeInfo.Info
1272 IndexType indexType) { in Info()