Searched defs:indexType (Results 1 - 11 of 11) 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 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 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.h136 InstructionIndexType indexType; member in struct:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1239 private final IndexType indexType; field in class:OpcodeInfo.Info
1242 IndexType indexType) {
1246 this.indexType = indexType;
1262 return indexType;
1241 Info(int opcode, String name, InstructionCodec format, IndexType indexType) argument
/dalvik/vm/analysis/
H A DCodeVerify.cpp4457 RegType srcType, indexType; local
4459 indexType = getRegisterType(workLine, decInsn.vC);
4460 checkArrayIndexType(meth, indexType, &failure);
4506 RegType dstType, indexType; local
4508 indexType = getRegisterType(workLine, decInsn.vC);
4509 checkArrayIndexType(meth, indexType, &failure);
4555 RegType dstType, indexType; local
4557 indexType = getRegisterType(workLine, decInsn.vC);
4558 checkArrayIndexType(meth, indexType, &failure);
4627 RegType srcType, dstType, indexType; local
[all...]

Completed in 124 milliseconds