Searched refs:indexType (Results 1 - 15 of 15) 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
H A DInstructionCodec.java261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
263 this, opcode, index, indexType,
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
371 this, opcode, index, indexType,
503 IndexType indexType = OpcodeInfo.getIndexType(opcode);
505 this, opcode, index, indexType,
780 IndexType indexType = OpcodeInfo.getIndexType(opcode);
786 format, opcode, index, indexType,
790 format, opcode, index, indexType,
795 format, opcode, index, indexType,
[all...]
/dalvik/opcode-gen/
H A Dopcode-gen.awk112 itype = toupper(indexType[i]);
298 indexType[idx] = parts[5];
325 if (indexTypeValues[indexType[idx]] == "") {
326 printf("unknown index type: %s\n", indexType[idx]) >"/dev/stderr";
418 packedIndexType[i] = indexType[op];
/dalvik/libdex/
H A DInstrUtils.h136 InstructionIndexType indexType; member in struct:DecodedInstruction
H A DInstrUtils.cpp497 pDec->indexType = dexGetIndexTypeFromOpcode(opcode);
/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...]
/dalvik/dexdump/
H A DDexDump.cpp743 switch (pDecInsn->indexType) {
886 if (pDecInsn->indexType != kIndexNone) {

Completed in 194 milliseconds