Home
last modified time | relevance | path

Searched refs:IndexType (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodeInfo.java42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE);
[all …]
DIndexType.java22 public enum IndexType { enum
/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java19 import com.android.dx.io.IndexType;
36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
DThreeRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DInvokePolymorphicRangeDecodedInstruction.java19 import com.android.dx.io.IndexType;
32 IndexType indexType, in InvokePolymorphicRangeDecodedInstruction()
DFourRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DInvokePolymorphicDecodedInstruction.java19 import com.android.dx.io.IndexType;
31 IndexType indexType, in InvokePolymorphicDecodedInstruction()
DFiveRegisterDecodedInstruction.java19 import com.android.dx.io.IndexType;
44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
DDecodedInstruction.java20 import com.android.dx.io.IndexType;
50 private final IndexType indexType;
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
145 public final IndexType getIndexType() { in getIndexType()
DInstructionCodec.java20 import com.android.dx.io.IndexType;
172 this, opcode, index, IndexType.VARIES, in FORMAT_20BC()
286 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C()
404 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C()
429 this, opcode, index, IndexType.FIELD_OFFSET, in FORMAT_22CS()
551 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C()
690 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_45CC()
729 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_4RCC()
925 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList()
986 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()