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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) {
30 super(format, opcode, index, indexType, target, literal);
28 ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) argument
H A DInvokePolymorphicRangeDecodedInstruction.java32 IndexType indexType,
36 super(format, opcode, methodIndex, indexType, 0, 0);
28 InvokePolymorphicRangeDecodedInstruction( InstructionCodec format, int opcode, int methodIndex, IndexType indexType, int c, int registerCount, int protoIndex) argument
H A DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal,
34 super(format, opcode, index, indexType, target, literal);
31 OneRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a) argument
H A DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal,
38 super(format, opcode, index, indexType, target, literal);
35 RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int registerCount) argument
H A DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal,
37 super(format, opcode, index, indexType, target, literal);
34 TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b) argument
H A DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal,
46 super(format, opcode, index, indexType, target, literal);
43 FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d, int e) argument
H A DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal,
43 super(format, opcode, index, indexType, target, literal);
40 FourRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d) argument
H A DInvokePolymorphicDecodedInstruction.java31 IndexType indexType,
34 super(format, opcode, methodIndex, indexType, 0, 0);
27 InvokePolymorphicDecodedInstruction( InstructionCodec format, int opcode, int methodIndex, IndexType indexType, int protoIndex, int[] registers) argument
H A DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal,
40 super(format, opcode, index, indexType, target, literal);
37 ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c) argument
H A DDecodedInstruction.java50 private final IndexType indexType; field in class:DecodedInstruction
102 int index, IndexType indexType, int target, long literal) {
114 this.indexType = indexType;
146 return indexType;
101 DecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) argument
/dalvik/libdex/
H A DInstrUtils.h142 InstructionIndexType indexType; member in struct:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1269 private final IndexType indexType; field in class:OpcodeInfo.Info
1272 IndexType indexType) {
1276 this.indexType = indexType;
1292 return indexType;
1271 Info(int opcode, String name, InstructionCodec format, IndexType indexType) argument

Completed in 533 milliseconds