Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
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()
DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
DDecodedInstruction.java50 private final IndexType indexType; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
DInstructionCodec.java260 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/
DInstrUtils.h136 InstructionIndexType indexType; member
/dalvik/dx/src/com/android/dx/io/
DOpcodeInfo.java1239 private final IndexType indexType; field in OpcodeInfo.Info
1242 IndexType indexType) { in Info()