Searched refs:IndexType (Results 1 – 13 of 13) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 42 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 …]
|
D | IndexType.java | 22 public enum IndexType { enum
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | InvokePolymorphicRangeDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 32 IndexType indexType, in InvokePolymorphicRangeDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | InvokePolymorphicDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 31 IndexType indexType, in InvokePolymorphicDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 19 import com.android.dx.io.IndexType; 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
D | DecodedInstruction.java | 20 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()
|
D | InstructionCodec.java | 20 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()
|